#7E930C

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

Shades of Olive #7E930C

Tints of Olive #7E930C

Color information

#7E930C (or 0x7E930C) is unknown color: approx Olive. HEX triplet: 7E, 93 and 0C. RGB value is (126,147,12). Sum of RGB (Red+Green+Blue) = 126+147+12=285 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.21% from 285); Green value is 147 (57.81% from 255 or 51.58% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 147 - color contains mainly: green. Hex color #7E930C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E930C is #816CF3. Grayscale: #7D7D7D. Windows color (decimal): -8482036 or 824190. OLE color: 824190.

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

Color convert

RGB12614712-
CMYK0.1400.920.42
HSL69.33º84.91%31.18%-
HSV(B)69.33º91.84%57.65%-
XYZ19.125.334.23-
YUV125.3364.04128.48-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 44.21%
GREEN value IS 147 (57.81% from 255) = 51.58%
BLUE value IS 12 (5.08% from 255) = 4.21%
R=44.21%
G=51.58%
B=4.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal126147120.1400.920.4269.3384.9131.18
Hex7E93CE05C2A45551f
Octal176223141601345210512537
Binary11111101001001111001110010111001010101000101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E930C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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