Html Css Color HEX #856F04 Olive

📋 copy color: '#856F04'

red 133 ◦ green 111 ◦ blue 4

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

Shades of Olive #856F04

Tints of Olive #856F04

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.76%

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

R = 53.63%
G = 44.76%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#856F04 (or 0x856F04) is known color: Olive. HEX triplet: 85, 6F and 04. RGB value is (133,111,4). Sum of RGB (Red+Green+Blue) = 133+111+4=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 111 (43.75% from 255 or 44.76% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #856F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856F04 is #7A90FB. Grayscale: #696969. Windows color (decimal): -8032508 or 290693. OLE color: 290693.

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

Color convert

RGB 133 111 4 -
CMYK 0 0.17 0.97 0.48
HSL 49.77º 0.94% 0.27% -
HSV(B) 49.77º 0.97% 0.52% -
XYZ 15.38 16.36 2.46 -
YUV 105.38 70.79 147.7 -
System Red Green Blue C M Y K H S L
Decimal 133 111 4 0 0.17 0.97 0.48 49.77 0.94 0.27
Hex 85 6F 4 0 11 61 30 32 5E 1B
Octal 205 157 4 0 21 141 60 62 136 33
Binary 10000101 1101111 100 0 10001 1100001 110000 110010 1011110 11011

Color Harmonies of #856F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856F04

Black with #856F04

Text Example


Text Example

White with #856F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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