#8C800F

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

Shades of Olive #8C800F

Tints of Olive #8C800F

Color information

#8C800F (or 0x8C800F) is unknown color: approx Olive. HEX triplet: 8C, 80 and 0F. RGB value is (140,128,15). Sum of RGB (Red+Green+Blue) = 140+128+15=283 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.47% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 140 - color contains mainly: red. Hex color #8C800F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C800F is #737FF0. Grayscale: #777777. Windows color (decimal): -7569393 or 1015948. OLE color: 1015948.

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

Color convert

RGB14012815-
CMYK00.090.890.45
HSL54.24º80.65%30.39%-
HSV(B)54.24º89.29%54.9%-
XYZ18.6221.053.53-
YUV118.7169.48143.19-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 49.47%
GREEN value IS 128 (50.39% from 255) = 45.23%
BLUE value IS 15 (6.25% from 255) = 5.30%
R=49.47%
G=45.23%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401281500.090.890.4554.2480.6530.39
Hex8C80F09592D36511e
Octal21420017011131556612136
Binary10001100100000001111010011011001101101110110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C800F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,128,15); }

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

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

 a { background-color: rgb(140,128,15); }

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

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

 span { border-color: rgb(140,128,15); }

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