Html Css Color HEX #867805 Olive

📋 copy color: '#867805'

red 134 ◦ green 120 ◦ blue 5

#867805
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #867805

Tints of Olive #867805

RGB

 RED value IS 134 (52.73% from 255) = 51.74%

 GREEN value IS 120 (47.27% from 255) = 46.33%

 BLUE value IS 5 (2.34% from 255) = 1.93%

R = 51.74%
G = 46.33%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#867805 (or 0x867805) is known color: Olive. HEX triplet: 86, 78 and 05. RGB value is (134,120,5). Sum of RGB (Red+Green+Blue) = 134+120+5=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 120 (47.27% from 255 or 46.33% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #867805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867805 is #7987FA. Grayscale: #6F6F6F. Windows color (decimal): -7964667 or 358534. OLE color: 358534.

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

Color convert

RGB 134 120 5 -
CMYK 0 0.10 0.96 0.47
HSL 53.49º 0.93% 0.27% -
HSV(B) 53.49º 0.96% 0.53% -
XYZ 16.58 18.51 2.84 -
YUV 111.08 68.14 144.35 -
System Red Green Blue C M Y K H S L
Decimal 134 120 5 0 0.10 0.96 0.47 53.49 0.93 0.27
Hex 86 78 5 0 A 60 2F 35 5D 1B
Octal 206 170 5 0 12 140 57 65 135 33
Binary 10000110 1111000 101 0 1010 1100000 101111 110101 1011101 11011

Color Harmonies of #867805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867805

Black with #867805

Text Example


Text Example

White with #867805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867805; }

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

 H1.HeaderClassName
 {
   color: #867805;
 }
 .AnyTagClassName
 {
   color: #867805;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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