#85B47D

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

Shades of Dark Sea Green #85B47D

Tints of Dark Sea Green #85B47D

Color information

#85B47D (or 0x85B47D) is unknown color: approx Dark Sea Green. HEX triplet: 85, B4 and 7D. RGB value is (133,180,125). Sum of RGB (Red+Green+Blue) = 133+180+125=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 180 - color contains mainly: green. Hex color #85B47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B47D is #7A4B82. Grayscale: #9F9F9F. Windows color (decimal): -8014723 or 8238213. OLE color: 8238213.

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

Color convert

RGB133180125-
CMYK0.2600.310.29
HSL111.27º26.83%59.8%-
HSV(B)111.27º30.56%70.59%-
XYZ29.739.1125.39-
YUV159.68108.43108.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.37%
GREEN value IS 180 (70.70% from 255) = 41.10%
BLUE value IS 125 (49.22% from 255) = 28.54%
R=30.37%
G=41.10%
B=28.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1331801250.2600.310.29111.2726.8359.8
Hex85B47D1A01F1D6f1b3c
Octal20526417532037351573374
Binary100001011011010011111011101001111111101110111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,180,125); }

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

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

 a { background-color: rgb(133,180,125); }

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

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

 span { border-color: rgb(133,180,125); }

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