Html Css Color HEX #858210 Olive

📋 copy color: '#858210'

red 133 ◦ green 130 ◦ blue 16

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

Shades of Olive #858210

Tints of Olive #858210

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.59%

 BLUE value IS 16 (6.64% from 255) = 5.73%

R = 47.67%
G = 46.59%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#858210 (or 0x858210) is known color: Olive. HEX triplet: 85, 82 and 10. RGB value is (133,130,16). Sum of RGB (Red+Green+Blue) = 133+130+16=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #858210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858210 is #7A7DEF. Grayscale: #767676. Windows color (decimal): -8027632 or 1081989. OLE color: 1081989.

HSL color Cylindrical-coordinate representation of color #858210: hue angle of 58.46º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #858210 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 130 16 -
CMYK 0 0.02 0.88 0.48
HSL 58.46º 0.79% 0.29% -
HSV(B) 58.46º 0.88% 0.52% -
XYZ 17.75 20.99 3.61 -
YUV 117.9 70.49 138.77 -
System Red Green Blue C M Y K H S L
Decimal 133 130 16 0 0.02 0.88 0.48 58.46 0.79 0.29
Hex 85 82 10 0 2 58 30 3A 4F 1D
Octal 205 202 20 0 2 130 60 72 117 35
Binary 10000101 10000010 10000 0 10 1011000 110000 111010 1001111 11101

Color Harmonies of #858210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858210

Black with #858210

Text Example


Text Example

White with #858210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858210; }

 p { color: rgb(133,130,16); }

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

background-color css

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

 a { background-color: rgb(133,130,16); }

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

border-color css

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

 span { border-color: rgb(133,130,16); }

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