Html Css Color HEX #856C02 Olive

📋 copy color: '#856C02'

red 133 ◦ green 108 ◦ blue 2

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

Shades of Olive #856C02

Tints of Olive #856C02

RGB

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

 GREEN value IS 108 (42.58% from 255) = 44.44%

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

R = 54.73%
G = 44.44%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#856C02 (or 0x856C02) is known color: Olive. HEX triplet: 85, 6C and 02. RGB value is (133,108,2). Sum of RGB (Red+Green+Blue) = 133+108+2=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 108 (42.58% from 255 or 44.44% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #856C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856C02 is #7A93FD. Grayscale: #676767. Windows color (decimal): -8033278 or 158853. OLE color: 158853.

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

Color convert

RGB 133 108 2 -
CMYK 0 0.19 0.98 0.48
HSL 48.55º 0.97% 0.26% -
HSV(B) 48.55º 0.98% 0.52% -
XYZ 15.05 15.72 2.3 -
YUV 103.39 70.78 149.12 -
System Red Green Blue C M Y K H S L
Decimal 133 108 2 0 0.19 0.98 0.48 48.55 0.97 0.26
Hex 85 6C 2 0 13 62 30 31 61 1A
Octal 205 154 2 0 23 142 60 61 141 32
Binary 10000101 1101100 10 0 10011 1100010 110000 110001 1100001 11010

Color Harmonies of #856C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856C02

Black with #856C02

Text Example


Text Example

White with #856C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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