Html Css Color HEX #856B05 Olive

📋 copy color: '#856B05'

red 133 ◦ green 107 ◦ blue 5

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

Shades of Olive #856B05

Tints of Olive #856B05

RGB

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

 GREEN value IS 107 (42.19% from 255) = 43.67%

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

R = 54.29%
G = 43.67%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#856B05 (or 0x856B05) is known color: Olive. HEX triplet: 85, 6B and 05. RGB value is (133,107,5). Sum of RGB (Red+Green+Blue) = 133+107+5=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 107 (42.19% from 255 or 43.67% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #856B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856B05 is #7A94FA. Grayscale: #676767. Windows color (decimal): -8033531 or 355205. OLE color: 355205.

HSL color Cylindrical-coordinate representation of color #856B05: hue angle of 47.81º 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 #856B05 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 107 5 -
CMYK 0 0.20 0.96 0.48
HSL 47.81º 0.93% 0.27% -
HSV(B) 47.81º 0.96% 0.52% -
XYZ 14.96 15.51 2.35 -
YUV 103.15 72.61 149.29 -
System Red Green Blue C M Y K H S L
Decimal 133 107 5 0 0.20 0.96 0.48 47.81 0.93 0.27
Hex 85 6B 5 0 14 60 30 30 5D 1B
Octal 205 153 5 0 24 140 60 60 135 33
Binary 10000101 1101011 101 0 10100 1100000 110000 110000 1011101 11011

Color Harmonies of #856B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856B05

Black with #856B05

Text Example


Text Example

White with #856B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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