Html Css Color HEX #859060 Bitter

📋 copy color: '#859060'

red 133 ◦ green 144 ◦ blue 96

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

Shades of Bitter #859060

Tints of Bitter #859060

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.61%

 BLUE value IS 96 (37.89% from 255) = 25.74%

R = 35.66%
G = 38.61%
B = 25.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#859060 (or 0x859060) is known color: Bitter. HEX triplet: 85, 90 and 60. RGB value is (133,144,96). Sum of RGB (Red+Green+Blue) = 133+144+96=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 144 - color contains mainly: green. Hex color #859060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859060 is #7A6F9F. Grayscale: #878787. Windows color (decimal): -8023968 or 6328453. OLE color: 6328453.

HSL color Cylindrical-coordinate representation of color #859060: hue angle of 73.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #859060 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 144 96 -
CMYK 0.08 0 0.33 0.44
HSL 73.75º 0.2% 0.47% -
HSV(B) 73.75º 0.33% 0.56% -
XYZ 21.76 25.78 14.9 -
YUV 135.24 105.86 126.4 -
System Red Green Blue C M Y K H S L
Decimal 133 144 96 0.08 0 0.33 0.44 73.75 0.2 0.47
Hex 85 90 60 8 0 21 2C 4A 14 2F
Octal 205 220 140 10 0 41 54 112 24 57
Binary 10000101 10010000 1100000 1000 0 100001 101100 1001010 10100 101111

Color Harmonies of #859060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859060

Black with #859060

Text Example


Text Example

White with #859060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859060; }

 p { color: rgb(133,144,96); }

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

background-color css

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

 a { background-color: rgb(133,144,96); }

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

border-color css

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

 span { border-color: rgb(133,144,96); }

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