Html Css Color HEX #867005 Olive

📋 copy color: '#867005'

red 134 ◦ green 112 ◦ blue 5

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

Shades of Olive #867005

Tints of Olive #867005

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.62%

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

R = 53.39%
G = 44.62%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#867005 (or 0x867005) is known color: Olive. HEX triplet: 86, 70 and 05. RGB value is (134,112,5). Sum of RGB (Red+Green+Blue) = 134+112+5=251 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.39% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 134 - color contains mainly: red. Hex color #867005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867005 is #798FFA. Grayscale: #6A6A6A. Windows color (decimal): -7966715 or 356486. OLE color: 356486.

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

Color convert

RGB 134 112 5 -
CMYK 0 0.16 0.96 0.47
HSL 49.77º 0.93% 0.27% -
HSV(B) 49.77º 0.96% 0.53% -
XYZ 15.65 16.67 2.54 -
YUV 106.38 70.79 147.7 -
System Red Green Blue C M Y K H S L
Decimal 134 112 5 0 0.16 0.96 0.47 49.77 0.93 0.27
Hex 86 70 5 0 10 60 2F 32 5D 1B
Octal 206 160 5 0 20 140 57 62 135 33
Binary 10000110 1110000 101 0 10000 1100000 101111 110010 1011101 11011

Color Harmonies of #867005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867005

Black with #867005

Text Example


Text Example

White with #867005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867005; }

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

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

background-color css

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

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

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

border-color css

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

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

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