#85B980

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

Shades of Dark Sea Green #85B980

Tints of Dark Sea Green #85B980

Color information

#85B980 (or 0x85B980) is unknown color: approx Dark Sea Green. HEX triplet: 85, B9 and 80. RGB value is (133,185,128). Sum of RGB (Red+Green+Blue) = 133+185+128=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 185 - color contains mainly: green. Hex color #85B980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B980 is #7A467F. Grayscale: #A3A3A3. Windows color (decimal): -8013440 or 8436101. OLE color: 8436101.

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

Color convert

RGB133185128-
CMYK0.2800.310.27
HSL114.74º28.93%61.37%-
HSV(B)114.74º30.81%72.55%-
XYZ30.9241.2426.75-
YUV162.95108.27106.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.82%
GREEN value IS 185 (72.66% from 255) = 41.48%
BLUE value IS 128 (50.39% from 255) = 28.70%
R=29.82%
G=41.48%
B=28.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331851280.2800.310.27114.7428.9361.37
Hex85B9801C01F1B731d3d
Octal20527120034037331633575
Binary1000010110111001100000001110001111111011111001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,185,128); }

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

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

 a { background-color: rgb(133,185,128); }

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

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

 span { border-color: rgb(133,185,128); }

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