Html Css Color HEX #856A01 Olive

📋 copy color: '#856A01'

red 133 ◦ green 106 ◦ blue 1

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

Shades of Olive #856A01

Tints of Olive #856A01

RGB

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

 GREEN value IS 106 (41.8% from 255) = 44.17%

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

R = 55.42%
G = 44.17%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#856A01 (or 0x856A01) is known color: Olive. HEX triplet: 85, 6A and 01. RGB value is (133,106,1). Sum of RGB (Red+Green+Blue) = 133+106+1=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 106 (41.80% from 255 or 44.17% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #856A01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856A01 is #7A95FE. Grayscale: #666666. Windows color (decimal): -8033791 or 92805. OLE color: 92805.

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

Color convert

RGB 133 106 1 -
CMYK 0 0.20 0.99 0.48
HSL 47.73º 0.99% 0.26% -
HSV(B) 47.73º 0.99% 0.52% -
XYZ 14.83 15.3 2.2 -
YUV 102.1 70.95 150.04 -
System Red Green Blue C M Y K H S L
Decimal 133 106 1 0 0.20 0.99 0.48 47.73 0.99 0.26
Hex 85 6A 1 0 14 63 30 30 63 1A
Octal 205 152 1 0 24 143 60 60 143 32
Binary 10000101 1101010 1 0 10100 1100011 110000 110000 1100011 11010

Color Harmonies of #856A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856A01

Black with #856A01

Text Example


Text Example

White with #856A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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