Html Css Color HEX #856C01 Olive

📋 copy color: '#856C01'

red 133 ◦ green 108 ◦ blue 1

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

Shades of Olive #856C01

Tints of Olive #856C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 54.96%
G = 44.63%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#856C01 (or 0x856C01) is known color: Olive. HEX triplet: 85, 6C and 01. RGB value is (133,108,1). Sum of RGB (Red+Green+Blue) = 133+108+1=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 108 (42.58% from 255 or 44.63% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #856C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856C01 is #7A93FE. Grayscale: #676767. Windows color (decimal): -8033279 or 93317. OLE color: 93317.

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

Color convert

RGB 133 108 1 -
CMYK 0 0.19 0.99 0.48
HSL 48.64º 0.99% 0.26% -
HSV(B) 48.64º 0.99% 0.52% -
XYZ 15.04 15.71 2.27 -
YUV 103.28 70.28 149.2 -
System Red Green Blue C M Y K H S L
Decimal 133 108 1 0 0.19 0.99 0.48 48.64 0.99 0.26
Hex 85 6C 1 0 13 63 30 31 63 1A
Octal 205 154 1 0 23 143 60 61 143 32
Binary 10000101 1101100 1 0 10011 1100011 110000 110001 1100011 11010

Color Harmonies of #856C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856C01

Black with #856C01

Text Example


Text Example

White with #856C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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