Html Css Color HEX #858C71 Bitter

📋 copy color: '#858C71'

red 133 ◦ green 140 ◦ blue 113

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

Shades of Bitter #858C71

Tints of Bitter #858C71

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.27%

 BLUE value IS 113 (44.53% from 255) = 29.27%

R = 34.46%
G = 36.27%
B = 29.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#858C71 (or 0x858C71) is known color: Bitter. HEX triplet: 85, 8C and 71. RGB value is (133,140,113). Sum of RGB (Red+Green+Blue) = 133+140+113=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 140 - color contains mainly: green. Hex color #858C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858C71 is #7A738E. Grayscale: #868686. Windows color (decimal): -8024975 or 7441541. OLE color: 7441541.

HSL color Cylindrical-coordinate representation of color #858C71: hue angle of 75.56º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #858C71 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 140 113 -
CMYK 0.05 0 0.19 0.45
HSL 75.56º 0.11% 0.5% -
HSV(B) 75.56º 0.19% 0.55% -
XYZ 22.03 24.93 19.27 -
YUV 134.83 115.68 126.7 -
System Red Green Blue C M Y K H S L
Decimal 133 140 113 0.05 0 0.19 0.45 75.56 0.11 0.5
Hex 85 8C 71 5 0 13 2D 4C B 32
Octal 205 214 161 5 0 23 55 114 13 62
Binary 10000101 10001100 1110001 101 0 10011 101101 1001100 1011 110010

Color Harmonies of #858C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858C71

Black with #858C71

Text Example


Text Example

White with #858C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,140,113); }

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

background-color css

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

 a { background-color: rgb(133,140,113); }

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

border-color css

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

 span { border-color: rgb(133,140,113); }

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