Html Css Color HEX #856C04 Olive

📋 copy color: '#856C04'

red 133 ◦ green 108 ◦ blue 4

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

Shades of Olive #856C04

Tints of Olive #856C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.63%

R = 54.29%
G = 44.08%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#856C04 (or 0x856C04) is known color: Olive. HEX triplet: 85, 6C and 04. RGB value is (133,108,4). Sum of RGB (Red+Green+Blue) = 133+108+4=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 108 (42.58% from 255 or 44.08% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #856C04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856C04 is #7A93FB. Grayscale: #686868. Windows color (decimal): -8033276 or 289925. OLE color: 289925.

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

Color convert

RGB 133 108 4 -
CMYK 0 0.19 0.97 0.48
HSL 48.37º 0.94% 0.27% -
HSV(B) 48.37º 0.97% 0.52% -
XYZ 15.06 15.72 2.36 -
YUV 103.62 71.78 148.96 -
System Red Green Blue C M Y K H S L
Decimal 133 108 4 0 0.19 0.97 0.48 48.37 0.94 0.27
Hex 85 6C 4 0 13 61 30 30 5E 1B
Octal 205 154 4 0 23 141 60 60 136 33
Binary 10000101 1101100 100 0 10011 1100001 110000 110000 1011110 11011

Color Harmonies of #856C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856C04

Black with #856C04

Text Example


Text Example

White with #856C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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