#85B57F

Color #85B57F Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #85B57F

Tints of Dark Sea Green #85B57F

Color information

#85B57F (or 0x85B57F) is unknown color: approx Dark Sea Green. HEX triplet: 85, B5 and 7F. RGB value is (133,181,127). Sum of RGB (Red+Green+Blue) = 133+181+127=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 181 - color contains mainly: green. Hex color #85B57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B57F is #7A4A80. Grayscale: #A0A0A0. Windows color (decimal): -8014465 or 8369541. OLE color: 8369541.

HSL color Cylindrical-coordinate representation of color #85B57F: hue angle of 113.33º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85B57F is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB133181127-
CMYK0.2700.300.29
HSL113.33º26.73%60.39%-
HSV(B)113.33º29.83%70.98%-
XYZ30.0339.5726.13-
YUV160.49109.1108.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.16%
GREEN value IS 181 (71.09% from 255) = 41.04%
BLUE value IS 127 (50% from 255) = 28.80%
R=30.16%
G=41.04%
B=28.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1331811270.2700.300.29113.3326.7360.39
Hex85B57F1B01E1D711b3c
Octal20526517733036351613374
Binary100001011011010111111111101101111011101111000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85B57F; }

 p { color: rgb(133,181,127); }

 H1.HeaderClassName
 {
   color: #85B57F;
 }
 .AnyTagClassName
 {
   color: #85B57F;
 }
</style>
background-color css

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

 a { background-color: rgb(133,181,127); }

 div.DivClassName
 {
   background-color: #85B57F;
 }
 .BgClassName
 {
   background-color: #85B57F;
 }
</style>
border-color css

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

 span { border-color: rgb(133,181,127); }

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