#8C8605

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

Shades of Olive #8C8605

Tints of Olive #8C8605

Color information

#8C8605 (or 0x8C8605) is unknown color: approx Olive. HEX triplet: 8C, 86 and 05. RGB value is (140,134,5). Sum of RGB (Red+Green+Blue) = 140+134+5=279 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.18% from 279); Green value is 134 (52.73% from 255 or 48.03% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8605 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8605 is #7379FA. Grayscale: #797979. Windows color (decimal): -7567867 or 362124. OLE color: 362124.

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

Color convert

RGB1401345-
CMYK00.040.960.45
HSL57.33º93.1%28.43%-
HSV(B)57.33º96.43%54.9%-
XYZ19.3722.643.49-
YUV121.0962.49141.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50.18%
GREEN value IS 134 (52.73% from 255) = 48.03%
BLUE value IS 5 (2.34% from 255) = 1.79%
R=50.18%
G=48.03%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140134500.040.960.4557.3393.128.43
Hex8C86504602D395d1c
Octal214206504140557113534
Binary100011001000011010101001100000101101111001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,134,5); }

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

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

 a { background-color: rgb(140,134,5); }

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

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

 span { border-color: rgb(140,134,5); }

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