#8D7F05

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

Shades of Olive #8D7F05

Tints of Olive #8D7F05

Color information

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

HSL color Cylindrical-coordinate representation of color #8D7F05: hue angle of 53.82º 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 #8D7F05 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB1411275-
CMYK00.100.960.45
HSL53.82º93.15%28.63%-
HSV(B)53.82º96.45%55.29%-
XYZ18.620.853.19-
YUV117.2864.64144.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141127500.100.960.4553.8293.1528.63
Hex8D7F50A602D365d1d
Octal2151775012140556613535
Binary100011011111111101010101100000101101110110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D7F05; }

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

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

<style>
 a { background-color: #8D7F05; }

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

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

<style>
 span { border-color: #8D7F05; }

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

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