#7E880A

Color #7E880A Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #7E880A

Tints of Olive #7E880A

Color information

#7E880A (or 0x7E880A) is unknown color: approx Olive. HEX triplet: 7E, 88 and 0A. RGB value is (126,136,10). Sum of RGB (Red+Green+Blue) = 126+136+10=272 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.32% from 272); Green value is 136 (53.52% from 255 or 50% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 136 - color contains mainly: green. Hex color #7E880A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E880A is #8177F5. Grayscale: #777777. Windows color (decimal): -8484854 or 690302. OLE color: 690302.

HSL color Cylindrical-coordinate representation of color #7E880A: hue angle of 64.76º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7E880A is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB12613610-
CMYK0.0700.930.47
HSL64.76º86.3%28.63%-
HSV(B)64.76º92.65%53.33%-
XYZ17.4622.073.63-
YUV118.6566.69133.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 126 (49.61% from 255) = 46.32%
GREEN value IS 136 (53.52% from 255) = 50%
BLUE value IS 10 (4.30% from 255) = 3.68%
R=46.32%
G=50%
B=3.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal126136100.0700.930.4764.7686.328.63
Hex7E88A705D2F41561d
Octal17621012701355710112635
Binary1111110100010001010111010111011011111000001101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E880A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E880A; }

 p { color: rgb(126,136,10); }

 H1.HeaderClassName
 {
   color: #7E880A;
 }
 .AnyTagClassName
 {
   color: #7E880A;
 }
</style>
background-color css

<style>
 a { background-color: #7E880A; }

 a { background-color: rgb(126,136,10); }

 div.DivClassName
 {
   background-color: #7E880A;
 }
 .BgClassName
 {
   background-color: #7E880A;
 }
</style>
border-color css

<style>
 span { border-color: #7E880A; }

 span { border-color: rgb(126,136,10); }

 td.TdClassName
 {
   border-color: #7E880A;
 }
 .TagClassName
 {
   border-color: #7E880A;
 }
</style>