#7E920E

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

Shades of Olive #7E920E

Tints of Olive #7E920E

Color information

#7E920E (or 0x7E920E) is unknown color: approx Olive. HEX triplet: 7E, 92 and 0E. RGB value is (126,146,14). Sum of RGB (Red+Green+Blue) = 126+146+14=286 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.06% from 286); Green value is 146 (57.42% from 255 or 51.05% from 286); Blue value is 14 (5.86% from 255 or 4.90% from 286); Max value from RGB is 146 - color contains mainly: green. Hex color #7E920E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E920E is #816DF1. Grayscale: #7D7D7D. Windows color (decimal): -8482290 or 955006. OLE color: 955006.

HSL color Cylindrical-coordinate representation of color #7E920E: hue angle of 69.09º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7E920E is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB12614614-
CMYK0.1400.900.43
HSL69.09º82.5%31.37%-
HSV(B)69.09º90.41%57.25%-
XYZ18.9625.034.25-
YUV124.9765.37128.73-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 44.06%
GREEN value IS 146 (57.42% from 255) = 51.05%
BLUE value IS 14 (5.86% from 255) = 4.90%
R=44.06%
G=51.05%
B=4.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal126146140.1400.900.4369.0982.531.37
Hex7E92EE05A2B45521f
Octal176222161601325310512237
Binary11111101001001011101110010110101010111000101101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E920E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,146,14); }

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

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

 a { background-color: rgb(126,146,14); }

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

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

 span { border-color: rgb(126,146,14); }

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