#85B387

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

Shades of Dark Sea Green #85B387

Tints of Dark Sea Green #85B387

Color information

#85B387 (or 0x85B387) is unknown color: approx Dark Sea Green. HEX triplet: 85, B3 and 87. RGB value is (133,179,135). Sum of RGB (Red+Green+Blue) = 133+179+135=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 135 (53.12% from 255 or 30.20% from 447); Max value from RGB is 179 - color contains mainly: green. Hex color #85B387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B387 is #7A4C78. Grayscale: #A0A0A0. Windows color (decimal): -8014969 or 8893317. OLE color: 8893317.

HSL color Cylindrical-coordinate representation of color #85B387: hue angle of 122.61º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85B387 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB133179135-
CMYK0.2600.250.30
HSL122.61º23.23%61.18%-
HSV(B)122.61º25.7%70.2%-
XYZ30.1738.9828.85-
YUV160.23113.76108.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.75%
GREEN value IS 179 (70.31% from 255) = 40.04%
BLUE value IS 135 (53.12% from 255) = 30.20%
R=29.75%
G=40.04%
B=30.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1331791350.2600.250.30122.6123.2361.18
Hex85B3871A0191E7b173d
Octal20526320732031361732775
Binary1000010110110011100001111101001100111110111101110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,179,135); }

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

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

 a { background-color: rgb(133,179,135); }

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

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

 span { border-color: rgb(133,179,135); }

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