Html Css Color HEX #856D04 Olive

📋 copy color: '#856D04'

red 133 ◦ green 109 ◦ blue 4

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

Shades of Olive #856D04

Tints of Olive #856D04

RGB

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

 GREEN value IS 109 (42.97% from 255) = 44.31%

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

R = 54.07%
G = 44.31%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#856D04 (or 0x856D04) is known color: Olive. HEX triplet: 85, 6D and 04. RGB value is (133,109,4). Sum of RGB (Red+Green+Blue) = 133+109+4=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 109 (42.97% from 255 or 44.31% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #856D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856D04 is #7A92FB. Grayscale: #686868. Windows color (decimal): -8033020 or 290181. OLE color: 290181.

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

Color convert

RGB 133 109 4 -
CMYK 0 0.18 0.97 0.48
HSL 48.84º 0.94% 0.27% -
HSV(B) 48.84º 0.97% 0.52% -
XYZ 15.16 15.93 2.39 -
YUV 104.21 71.45 148.54 -
System Red Green Blue C M Y K H S L
Decimal 133 109 4 0 0.18 0.97 0.48 48.84 0.94 0.27
Hex 85 6D 4 0 12 61 30 31 5E 1B
Octal 205 155 4 0 22 141 60 61 136 33
Binary 10000101 1101101 100 0 10010 1100001 110000 110001 1011110 11011

Color Harmonies of #856D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856D04

Black with #856D04

Text Example


Text Example

White with #856D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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