Html Css Color HEX #856800 Olive

📋 copy color: '#856800'

red 133 ◦ green 104 ◦ blue 0

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

Shades of Olive #856800

Tints of Olive #856800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 43.88%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.12%
G = 43.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#856800 (or 0x856800) is known color: Olive. HEX triplet: 85, 68 and 00. RGB value is (133,104,0). Sum of RGB (Red+Green+Blue) = 133+104+0=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #856800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856800 is #7A97FF. Grayscale: #656565. Windows color (decimal): -8034304 or 26757. OLE color: 26757.

HSL color Cylindrical-coordinate representation of color #856800: hue angle of 46.92º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #856800 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 104 0 -
CMYK 0 0.22 1 0.48
HSL 46.92º 1% 0.26% -
HSV(B) 46.92º 1% 0.52% -
XYZ 14.62 14.89 2.1 -
YUV 100.82 71.11 150.96 -
System Red Green Blue C M Y K H S L
Decimal 133 104 0 0 0.22 1 0.48 46.92 1 0.26
Hex 85 68 0 0 16 64 30 2F 64 1A
Octal 205 150 0 0 26 144 60 57 144 32
Binary 10000101 1101000 0 0 10110 1100100 110000 101111 1100100 11010

Color Harmonies of #856800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856800

Black with #856800

Text Example


Text Example

White with #856800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856800; }

 p { color: rgb(133,104,0); }

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

background-color css

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

 a { background-color: rgb(133,104,0); }

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

border-color css

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

 span { border-color: rgb(133,104,0); }

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