Html Css Color HEX #856A00 Olive

📋 copy color: '#856A00'

red 133 ◦ green 106 ◦ blue 0

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

Shades of Olive #856A00

Tints of Olive #856A00

RGB

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

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

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

R = 55.65%
G = 44.35%
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

#856A00 (or 0x856A00) is known color: Olive. HEX triplet: 85, 6A and 00. RGB value is (133,106,0). Sum of RGB (Red+Green+Blue) = 133+106+0=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #856A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856A00 is #7A95FF. Grayscale: #666666. Windows color (decimal): -8033792 or 27269. OLE color: 27269.

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

Color convert

RGB 133 106 0 -
CMYK 0 0.20 1 0.48
HSL 47.82º 1% 0.26% -
HSV(B) 47.82º 1% 0.52% -
XYZ 14.83 15.29 2.17 -
YUV 101.99 70.45 150.12 -
System Red Green Blue C M Y K H S L
Decimal 133 106 0 0 0.20 1 0.48 47.82 1 0.26
Hex 85 6A 0 0 14 64 30 30 64 1A
Octal 205 152 0 0 24 144 60 60 144 32
Binary 10000101 1101010 0 0 10100 1100100 110000 110000 1100100 11010

Color Harmonies of #856A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856A00

Black with #856A00

Text Example


Text Example

White with #856A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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