#7E8B0C

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

Shades of Olive #7E8B0C

Tints of Olive #7E8B0C

Color information

#7E8B0C (or 0x7E8B0C) is unknown color: approx Olive. HEX triplet: 7E, 8B and 0C. RGB value is (126,139,12). Sum of RGB (Red+Green+Blue) = 126+139+12=277 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.49% from 277); Green value is 139 (54.69% from 255 or 50.18% from 277); Blue value is 12 (5.08% from 255 or 4.33% from 277); Max value from RGB is 139 - color contains mainly: green. Hex color #7E8B0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8B0C is #8174F3. Grayscale: #797979. Windows color (decimal): -8484084 or 822142. OLE color: 822142.

HSL color Cylindrical-coordinate representation of color #7E8B0C: hue angle of 66.14º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7E8B0C is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB12613912-
CMYK0.0900.910.45
HSL66.14º84.11%29.61%-
HSV(B)66.14º91.37%54.51%-
XYZ17.922.933.83-
YUV120.6466.69131.83-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45.49%
GREEN value IS 139 (54.69% from 255) = 50.18%
BLUE value IS 12 (5.08% from 255) = 4.33%
R=45.49%
G=50.18%
B=4.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal126139120.0900.910.4566.1484.1129.61
Hex7E8BC905B2D42541e
Octal176213141101335510212436
Binary11111101000101111001001010110111011011000010101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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