Html Css Color HEX #856E01 Olive

📋 copy color: '#856E01'

red 133 ◦ green 110 ◦ blue 1

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

Shades of Olive #856E01

Tints of Olive #856E01

RGB

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

 GREEN value IS 110 (43.36% from 255) = 45.08%

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

R = 54.51%
G = 45.08%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#856E01 (or 0x856E01) is known color: Olive. HEX triplet: 85, 6E and 01. RGB value is (133,110,1). Sum of RGB (Red+Green+Blue) = 133+110+1=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 110 (43.36% from 255 or 45.08% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #856E01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856E01 is #7A91FE. Grayscale: #686868. Windows color (decimal): -8032767 or 93829. OLE color: 93829.

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

Color convert

RGB 133 110 1 -
CMYK 0 0.17 0.99 0.48
HSL 49.55º 0.99% 0.26% -
HSV(B) 49.55º 0.99% 0.52% -
XYZ 15.25 16.14 2.34 -
YUV 104.45 69.62 148.36 -
System Red Green Blue C M Y K H S L
Decimal 133 110 1 0 0.17 0.99 0.48 49.55 0.99 0.26
Hex 85 6E 1 0 11 63 30 32 63 1A
Octal 205 156 1 0 21 143 60 62 143 32
Binary 10000101 1101110 1 0 10001 1100011 110000 110010 1100011 11010

Color Harmonies of #856E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856E01

Black with #856E01

Text Example


Text Example

White with #856E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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