Html Css Color HEX #856B02 Olive

📋 copy color: '#856B02'

red 133 ◦ green 107 ◦ blue 2

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

Shades of Olive #856B02

Tints of Olive #856B02

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.21%

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

R = 54.96%
G = 44.21%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#856B02 (or 0x856B02) is known color: Olive. HEX triplet: 85, 6B and 02. RGB value is (133,107,2). Sum of RGB (Red+Green+Blue) = 133+107+2=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 107 (42.19% from 255 or 44.21% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #856B02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856B02 is #7A94FD. Grayscale: #676767. Windows color (decimal): -8033534 or 158597. OLE color: 158597.

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

Color convert

RGB 133 107 2 -
CMYK 0 0.20 0.98 0.48
HSL 48.09º 0.97% 0.26% -
HSV(B) 48.09º 0.98% 0.52% -
XYZ 14.94 15.51 2.26 -
YUV 102.8 71.11 149.54 -
System Red Green Blue C M Y K H S L
Decimal 133 107 2 0 0.20 0.98 0.48 48.09 0.97 0.26
Hex 85 6B 2 0 14 62 30 30 61 1A
Octal 205 153 2 0 24 142 60 60 141 32
Binary 10000101 1101011 10 0 10100 1100010 110000 110000 1100001 11010

Color Harmonies of #856B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856B02

Black with #856B02

Text Example


Text Example

White with #856B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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