#7E8802

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

Shades of Olive #7E8802

Tints of Olive #7E8802

Color information

#7E8802 (or 0x7E8802) is unknown color: approx Olive. HEX triplet: 7E, 88 and 02. RGB value is (126,136,2). Sum of RGB (Red+Green+Blue) = 126+136+2=264 (34% of max value = 765). Red value is 126 (49.61% from 255 or 47.73% from 264); Green value is 136 (53.52% from 255 or 51.52% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 136 - color contains mainly: green. Hex color #7E8802 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8802 is #8177FD. Grayscale: #767676. Windows color (decimal): -8484862 or 166014. OLE color: 166014.

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

Color convert

RGB1261362-
CMYK0.0700.990.47
HSL64.48º97.1%27.06%-
HSV(B)64.48º98.53%53.33%-
XYZ17.4222.053.4-
YUV117.7362.69133.9-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 47.73%
GREEN value IS 136 (53.52% from 255) = 51.52%
BLUE value IS 2 (1.17% from 255) = 0.76%
R=47.73%
G=51.52%
B=0.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12613620.0700.990.4764.4897.127.06
Hex7E88270632F40611b
Octal1762102701435710014133
Binary11111101000100010111011000111011111000000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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