#867905

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

Shades of Olive #867905

Tints of Olive #867905

Color information

#867905 (or 0x867905) is unknown color: approx Olive. HEX triplet: 86, 79 and 05. RGB value is (134,121,5). Sum of RGB (Red+Green+Blue) = 134+121+5=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 121 (47.66% from 255 or 46.54% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #867905 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867905 is #7986FA. Grayscale: #707070. Windows color (decimal): -7964411 or 358790. OLE color: 358790.

HSL color Cylindrical-coordinate representation of color #867905: hue angle of 53.95º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #867905 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB1341215-
CMYK00.100.960.47
HSL53.95º92.81%27.25%-
HSV(B)53.95º96.27%52.55%-
XYZ16.718.752.88-
YUV111.6667.81143.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.54%
GREEN value IS 121 (47.66% from 255) = 46.54%
BLUE value IS 5 (2.34% from 255) = 1.92%
R=51.54%
G=46.54%
B=1.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134121500.100.960.4753.9592.8127.25
Hex867950A602F365d1b
Octal2061715012140576613533
Binary100001101111001101010101100000101111110110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867905; }

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

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

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

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

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

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

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

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