#7F8E0C

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

Shades of Olive #7F8E0C

Tints of Olive #7F8E0C

Color information

#7F8E0C (or 0x7F8E0C) is unknown color: approx Olive. HEX triplet: 7F, 8E and 0C. RGB value is (127,142,12). Sum of RGB (Red+Green+Blue) = 127+142+12=281 (37% of max value = 765). Red value is 127 (50% from 255 or 45.20% from 281); Green value is 142 (55.86% from 255 or 50.53% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 142 - color contains mainly: green. Hex color #7F8E0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F8E0C is #8071F3. Grayscale: #7B7B7B. Windows color (decimal): -8417780 or 822911. OLE color: 822911.

HSL color Cylindrical-coordinate representation of color #7F8E0C: hue angle of 66.92º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7F8E0C is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB12714212-
CMYK0.1100.920.44
HSL66.92º84.42%30.2%-
HSV(B)66.92º91.55%55.69%-
XYZ18.4923.883.98-
YUV122.765.53131.07-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.20%
GREEN value IS 142 (55.86% from 255) = 50.53%
BLUE value IS 12 (5.08% from 255) = 4.27%
R=45.20%
G=50.53%
B=4.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal127142120.1100.920.4466.9284.4230.2
Hex7F8ECB05C2C43541e
Octal177216141301345410312436
Binary11111111000111011001011010111001011001000011101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,142,12); }

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

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

 a { background-color: rgb(127,142,12); }

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

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

 span { border-color: rgb(127,142,12); }

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