Html Css Color HEX #856B00 Olive

📋 copy color: '#856B00'

red 133 ◦ green 107 ◦ blue 0

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

Shades of Olive #856B00

Tints of Olive #856B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.42%
G = 44.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#856B00 (or 0x856B00) is known color: Olive. HEX triplet: 85, 6B and 00. RGB value is (133,107,0). Sum of RGB (Red+Green+Blue) = 133+107+0=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 107 (42.19% from 255 or 44.58% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #856B00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856B00 is #7A94FF. Grayscale: #676767. Windows color (decimal): -8033536 or 27525. OLE color: 27525.

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

Color convert

RGB 133 107 0 -
CMYK 0 0.20 1 0.48
HSL 48.27º 1% 0.26% -
HSV(B) 48.27º 1% 0.52% -
XYZ 14.93 15.5 2.21 -
YUV 102.58 70.11 149.7 -
System Red Green Blue C M Y K H S L
Decimal 133 107 0 0 0.20 1 0.48 48.27 1 0.26
Hex 85 6B 0 0 14 64 30 30 64 1A
Octal 205 153 0 0 24 144 60 60 144 32
Binary 10000101 1101011 0 0 10100 1100100 110000 110000 1100100 11010

Color Harmonies of #856B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856B00

Black with #856B00

Text Example


Text Example

White with #856B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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