#7E940C

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

Shades of Olive #7E940C

Tints of Olive #7E940C

Color information

#7E940C (or 0x7E940C) is unknown color: approx Olive. HEX triplet: 7E, 94 and 0C. RGB value is (126,148,12). Sum of RGB (Red+Green+Blue) = 126+148+12=286 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.06% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #7E940C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E940C is #816BF3. Grayscale: #7E7E7E. Windows color (decimal): -8481780 or 824446. OLE color: 824446.

HSL color Cylindrical-coordinate representation of color #7E940C: hue angle of 69.71º 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 #7E940C is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB12614812-
CMYK0.1500.920.42
HSL69.71º85%31.37%-
HSV(B)69.71º91.89%58.04%-
XYZ19.2625.644.28-
YUV125.9263.71128.06-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 44.06%
GREEN value IS 148 (58.20% from 255) = 51.75%
BLUE value IS 12 (5.08% from 255) = 4.20%
R=44.06%
G=51.75%
B=4.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal126148120.1500.920.4269.718531.37
Hex7E94CF05C2A46551f
Octal176224141701345210612537
Binary11111101001010011001111010111001010101000110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E940C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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