Html Css Color HEX #859206 Olive

📋 copy color: '#859206'

red 133 ◦ green 146 ◦ blue 6

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

Shades of Olive #859206

Tints of Olive #859206

RGB

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

 GREEN value IS 146 (57.42% from 255) = 51.23%

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

R = 46.67%
G = 51.23%
B = 2.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.96

 K value IS 0.43

RGB Variations

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

Color information

#859206 (or 0x859206) is known color: Olive. HEX triplet: 85, 92 and 06. RGB value is (133,146,6). Sum of RGB (Red+Green+Blue) = 133+146+6=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 146 (57.42% from 255 or 51.23% from 285); Blue value is 6 (2.73% from 255 or 2.11% from 285); Max value from RGB is 146 - color contains mainly: green. Hex color #859206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859206 is #7A6DF9. Grayscale: #7E7E7E. Windows color (decimal): -8023546 or 430725. OLE color: 430725.

HSL color Cylindrical-coordinate representation of color #859206: hue angle of 65.57º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #859206 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 146 6 -
CMYK 0.09 0 0.96 0.43
HSL 65.57º 0.92% 0.3% -
HSV(B) 65.57º 0.96% 0.57% -
XYZ 19.98 25.56 4.05 -
YUV 126.15 60.19 132.88 -
System Red Green Blue C M Y K H S L
Decimal 133 146 6 0.09 0 0.96 0.43 65.57 0.92 0.3
Hex 85 92 6 9 0 60 2B 42 5C 1E
Octal 205 222 6 11 0 140 53 102 134 36
Binary 10000101 10010010 110 1001 0 1100000 101011 1000010 1011100 11110

Color Harmonies of #859206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859206

Black with #859206

Text Example


Text Example

White with #859206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859206; }

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

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

background-color css

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

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

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

border-color css

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

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

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