Html Css Color HEX #856C05 Olive

📋 copy color: '#856C05'

red 133 ◦ green 108 ◦ blue 5

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

Shades of Olive #856C05

Tints of Olive #856C05

RGB

 RED value IS 133 (52.34% from 255) = 54.07%

 GREEN value IS 108 (42.58% from 255) = 43.9%

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

R = 54.07%
G = 43.9%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#856C05 (or 0x856C05) is known color: Olive. HEX triplet: 85, 6C and 05. RGB value is (133,108,5). Sum of RGB (Red+Green+Blue) = 133+108+5=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 108 (42.58% from 255 or 43.90% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #856C05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856C05 is #7A93FA. Grayscale: #686868. Windows color (decimal): -8033275 or 355461. OLE color: 355461.

HSL color Cylindrical-coordinate representation of color #856C05: hue angle of 48.28º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #856C05 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 108 5 -
CMYK 0 0.19 0.96 0.48
HSL 48.28º 0.93% 0.27% -
HSV(B) 48.28º 0.96% 0.52% -
XYZ 15.06 15.72 2.38 -
YUV 103.73 72.28 148.88 -
System Red Green Blue C M Y K H S L
Decimal 133 108 5 0 0.19 0.96 0.48 48.28 0.93 0.27
Hex 85 6C 5 0 13 60 30 30 5D 1B
Octal 205 154 5 0 23 140 60 60 135 33
Binary 10000101 1101100 101 0 10011 1100000 110000 110000 1011101 11011

Color Harmonies of #856C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856C05

Black with #856C05

Text Example


Text Example

White with #856C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856C05; }

 p { color: rgb(133,108,5); }

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

background-color css

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

 a { background-color: rgb(133,108,5); }

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

border-color css

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

 span { border-color: rgb(133,108,5); }

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