#7E9906

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

Shades of Olive #7E9906

Tints of Olive #7E9906

Color information

#7E9906 (or 0x7E9906) is unknown color: approx Olive. HEX triplet: 7E, 99 and 06. RGB value is (126,153,6). Sum of RGB (Red+Green+Blue) = 126+153+6=285 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.21% from 285); Green value is 153 (60.16% from 255 or 53.68% from 285); Blue value is 6 (2.73% from 255 or 2.11% from 285); Max value from RGB is 153 - color contains mainly: green. Hex color #7E9906 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E9906 is #8166F9. Grayscale: #808080. Windows color (decimal): -8480506 or 432510. OLE color: 432510.

HSL color Cylindrical-coordinate representation of color #7E9906: hue angle of 71.02º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7E9906 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.4.

Color convert

RGB1261536-
CMYK0.1800.960.4
HSL71.02º92.45%31.18%-
HSV(B)71.02º96.08%60%-
XYZ20.0327.234.37-
YUV128.1759.05126.45-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 44.21%
GREEN value IS 153 (60.16% from 255) = 53.68%
BLUE value IS 6 (2.73% from 255) = 2.11%
R=44.21%
G=53.68%
B=2.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal12615360.1800.960.471.0292.4531.18
Hex7E9961206028475c1f
Octal17623162201405010713437
Binary11111101001100111010010011000001010001000111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,153,6); }

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

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

 a { background-color: rgb(126,153,6); }

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

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

 span { border-color: rgb(126,153,6); }

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