#85B87B

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

Shades of Dark Sea Green #85B87B

Tints of Dark Sea Green #85B87B

Color information

#85B87B (or 0x85B87B) is unknown color: approx Dark Sea Green. HEX triplet: 85, B8 and 7B. RGB value is (133,184,123). Sum of RGB (Red+Green+Blue) = 133+184+123=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 184 - color contains mainly: green. Hex color #85B87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B87B is #7A4784. Grayscale: #A1A1A1. Windows color (decimal): -8013701 or 8108165. OLE color: 8108165.

HSL color Cylindrical-coordinate representation of color #85B87B: hue angle of 110.16º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85B87B is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB133184123-
CMYK0.2800.330.28
HSL110.16º30.05%60.2%-
HSV(B)110.16º33.15%72.16%-
XYZ30.3940.724.99-
YUV161.8106.1107.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.23%
GREEN value IS 184 (72.27% from 255) = 41.82%
BLUE value IS 123 (48.44% from 255) = 27.95%
R=30.23%
G=41.82%
B=27.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1331841230.2800.330.28110.1630.0560.2
Hex85B87B1C0211C6e1e3c
Octal20527017334041341563674
Binary1000010110111000111101111100010000111100110111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,184,123); }

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

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

 a { background-color: rgb(133,184,123); }

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

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

 span { border-color: rgb(133,184,123); }

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