#7E9307

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

Shades of Olive #7E9307

Tints of Olive #7E9307

Color information

#7E9307 (or 0x7E9307) is unknown color: approx Olive. HEX triplet: 7E, 93 and 07. RGB value is (126,147,7). Sum of RGB (Red+Green+Blue) = 126+147+7=280 (37% of max value = 765). Red value is 126 (49.61% from 255 or 45% from 280); Green value is 147 (57.81% from 255 or 52.5% from 280); Blue value is 7 (3.12% from 255 or 2.5% from 280); Max value from RGB is 147 - color contains mainly: green. Hex color #7E9307 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E9307 is #816CF8. Grayscale: #7D7D7D. Windows color (decimal): -8482041 or 496510. OLE color: 496510.

HSL color Cylindrical-coordinate representation of color #7E9307: hue angle of 69º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7E9307 is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB1261477-
CMYK0.1400.950.42
HSL69º90.91%30.2%-
HSV(B)69º95.24%57.65%-
XYZ19.0825.324.08-
YUV124.7661.54128.88-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45%
GREEN value IS 147 (57.81% from 255) = 52.5%
BLUE value IS 7 (3.12% from 255) = 2.5%
R=45%
G=52.5%
B=2.5%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12614770.1400.950.426990.9130.2
Hex7E937E05F2A455b1e
Octal17622371601375210513336
Binary1111110100100111111110010111111010101000101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,147,7); }

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

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

 a { background-color: rgb(126,147,7); }

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

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

 span { border-color: rgb(126,147,7); }

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