Html Css Color HEX #856802 Olive

📋 copy color: '#856802'

red 133 ◦ green 104 ◦ blue 2

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

Shades of Olive #856802

Tints of Olive #856802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.84%

R = 55.65%
G = 43.51%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#856802 (or 0x856802) is known color: Olive. HEX triplet: 85, 68 and 02. RGB value is (133,104,2). Sum of RGB (Red+Green+Blue) = 133+104+2=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #856802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856802 is #7A97FD. Grayscale: #656565. Windows color (decimal): -8034302 or 157829. OLE color: 157829.

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

Color convert

RGB 133 104 2 -
CMYK 0 0.22 0.98 0.48
HSL 46.72º 0.97% 0.26% -
HSV(B) 46.72º 0.98% 0.52% -
XYZ 14.63 14.89 2.16 -
YUV 101.04 72.11 150.79 -
System Red Green Blue C M Y K H S L
Decimal 133 104 2 0 0.22 0.98 0.48 46.72 0.97 0.26
Hex 85 68 2 0 16 62 30 2F 61 1A
Octal 205 150 2 0 26 142 60 57 141 32
Binary 10000101 1101000 10 0 10110 1100010 110000 101111 1100001 11010

Color Harmonies of #856802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856802

Black with #856802

Text Example


Text Example

White with #856802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856802; }

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

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

background-color css

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

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

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

border-color css

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

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

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