#7E8900

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

Shades of Olive #7E8900

Tints of Olive #7E8900

Color information

#7E8900 (or 0x7E8900) is unknown color: approx Olive. HEX triplet: 7E, 89 and 00. RGB value is (126,137,0). Sum of RGB (Red+Green+Blue) = 126+137+0=263 (34% of max value = 765). Red value is 126 (49.61% from 255 or 47.91% from 263); Green value is 137 (53.91% from 255 or 52.09% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 137 - color contains mainly: green. Hex color #7E8900 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8900 is #8176FF. Grayscale: #767676. Windows color (decimal): -8484608 or 35198. OLE color: 35198.

HSL color Cylindrical-coordinate representation of color #7E8900: hue angle of 64.82º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E8900 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB1261370-
CMYK0.08010.46
HSL64.82º100%26.86%-
HSV(B)64.82º100%53.73%-
XYZ17.5522.333.38-
YUV118.0961.36133.64-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 47.91%
GREEN value IS 137 (53.91% from 255) = 52.09%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.91%
G=52.09%
B=0%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12613700.08010.4664.8210026.86
Hex7E89080642E41641b
Octal17621101001445610114433
Binary11111101000100101000011001001011101000001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,137,0); }

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

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

 a { background-color: rgb(126,137,0); }

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

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

 span { border-color: rgb(126,137,0); }

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