Html Css Color HEX #858E60 Bitter

📋 copy color: '#858E60'

red 133 ◦ green 142 ◦ blue 96

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

Shades of Bitter #858E60

Tints of Bitter #858E60

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.27%

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

R = 35.85%
G = 38.27%
B = 25.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#858E60 (or 0x858E60) is known color: Bitter. HEX triplet: 85, 8E and 60. RGB value is (133,142,96). Sum of RGB (Red+Green+Blue) = 133+142+96=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 142 - color contains mainly: green. Hex color #858E60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858E60 is #7A719F. Grayscale: #868686. Windows color (decimal): -8024480 or 6327941. OLE color: 6327941.

HSL color Cylindrical-coordinate representation of color #858E60: hue angle of 71.74º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #858E60 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 142 96 -
CMYK 0.06 0 0.32 0.44
HSL 71.74º 0.19% 0.47% -
HSV(B) 71.74º 0.32% 0.56% -
XYZ 21.46 25.18 14.8 -
YUV 134.07 106.52 127.24 -
System Red Green Blue C M Y K H S L
Decimal 133 142 96 0.06 0 0.32 0.44 71.74 0.19 0.47
Hex 85 8E 60 6 0 20 2C 48 13 2F
Octal 205 216 140 6 0 40 54 110 23 57
Binary 10000101 10001110 1100000 110 0 100000 101100 1001000 10011 101111

Color Harmonies of #858E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858E60

Black with #858E60

Text Example


Text Example

White with #858E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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