Html Css Color HEX #858206 Olive

📋 copy color: '#858206'

red 133 ◦ green 130 ◦ blue 6

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

Shades of Olive #858206

Tints of Olive #858206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.23%

R = 49.44%
G = 48.33%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#858206 (or 0x858206) is known color: Olive. HEX triplet: 85, 82 and 06. RGB value is (133,130,6). Sum of RGB (Red+Green+Blue) = 133+130+6=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #858206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858206 is #7A7DF9. Grayscale: #757575. Windows color (decimal): -8027642 or 426629. OLE color: 426629.

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

Color convert

RGB 133 130 6 -
CMYK 0 0.02 0.95 0.48
HSL 58.58º 0.91% 0.27% -
HSV(B) 58.58º 0.95% 0.52% -
XYZ 17.69 20.96 3.29 -
YUV 116.76 65.49 139.58 -
System Red Green Blue C M Y K H S L
Decimal 133 130 6 0 0.02 0.95 0.48 58.58 0.91 0.27
Hex 85 82 6 0 2 5F 30 3B 5B 1B
Octal 205 202 6 0 2 137 60 73 133 33
Binary 10000101 10000010 110 0 10 1011111 110000 111011 1011011 11011

Color Harmonies of #858206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858206

Black with #858206

Text Example


Text Example

White with #858206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858206; }

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

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

background-color css

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

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

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

border-color css

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

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

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