#7E9606

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

Shades of Olive #7E9606

Tints of Olive #7E9606

Color information

#7E9606 (or 0x7E9606) is unknown color: approx Olive. HEX triplet: 7E, 96 and 06. RGB value is (126,150,6). Sum of RGB (Red+Green+Blue) = 126+150+6=282 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.68% from 282); Green value is 150 (58.98% from 255 or 53.19% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 150 - color contains mainly: green. Hex color #7E9606 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E9606 is #8169F9. Grayscale: #7E7E7E. Windows color (decimal): -8481274 or 431742. OLE color: 431742.

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

Color convert

RGB1261506-
CMYK0.1600.960.41
HSL70º92.31%30.59%-
HSV(B)70º96%58.82%-
XYZ19.5426.264.21-
YUV126.4160.05127.71-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 44.68%
GREEN value IS 150 (58.98% from 255) = 53.19%
BLUE value IS 6 (2.73% from 255) = 2.13%
R=44.68%
G=53.19%
B=2.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal12615060.1600.960.417092.3130.59
Hex7E9661006029465c1f
Octal17622662001405110613437
Binary11111101001011011010000011000001010011000110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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