#7E9609

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

Shades of Olive #7E9609

Tints of Olive #7E9609

Color information

#7E9609 (or 0x7E9609) is unknown color: approx Olive. HEX triplet: 7E, 96 and 09. RGB value is (126,150,9). Sum of RGB (Red+Green+Blue) = 126+150+9=285 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.21% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 9 (3.91% from 255 or 3.16% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #7E9609 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E9609 is #8169F6. Grayscale: #7F7F7F. Windows color (decimal): -8481271 or 628350. OLE color: 628350.

HSL color Cylindrical-coordinate representation of color #7E9609: hue angle of 70.21º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E9609 is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.41.

Color convert

RGB1261509-
CMYK0.1600.940.41
HSL70.21º88.68%31.18%-
HSV(B)70.21º94%58.82%-
XYZ19.5626.274.3-
YUV126.7561.55127.46-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 44.21%
GREEN value IS 150 (58.98% from 255) = 52.63%
BLUE value IS 9 (3.91% from 255) = 3.16%
R=44.21%
G=52.63%
B=3.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal12615090.1600.940.4170.2188.6831.18
Hex7E9691005E2946591f
Octal176226112001365110613137
Binary111111010010110100110000010111101010011000110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,150,9); }

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

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

 a { background-color: rgb(126,150,9); }

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

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

 span { border-color: rgb(126,150,9); }

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