#7F8D05

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

Shades of Olive #7F8D05

Tints of Olive #7F8D05

Color information

#7F8D05 (or 0x7F8D05) is unknown color: approx Olive. HEX triplet: 7F, 8D and 05. RGB value is (127,141,5). Sum of RGB (Red+Green+Blue) = 127+141+5=273 (36% of max value = 765). Red value is 127 (50% from 255 or 46.52% from 273); Green value is 141 (55.47% from 255 or 51.65% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 141 - color contains mainly: green. Hex color #7F8D05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F8D05 is #8072FA. Grayscale: #797979. Windows color (decimal): -8418043 or 363903. OLE color: 363903.

HSL color Cylindrical-coordinate representation of color #7F8D05: hue angle of 66.18º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F8D05 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB1271415-
CMYK0.1000.960.45
HSL66.18º93.15%28.63%-
HSV(B)66.18º96.45%55.29%-
XYZ18.323.573.73-
YUV121.3162.36132.06-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.52%
GREEN value IS 141 (55.47% from 255) = 51.65%
BLUE value IS 5 (2.34% from 255) = 1.83%
R=46.52%
G=51.65%
B=1.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12714150.1000.960.4566.1893.1528.63
Hex7F8D5A0602D425d1d
Octal17721551201405510213535
Binary1111111100011011011010011000001011011000010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,141,5); }

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

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

 a { background-color: rgb(127,141,5); }

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

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

 span { border-color: rgb(127,141,5); }

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