#87B980

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

Shades of Dark Sea Green #87B980

Tints of Dark Sea Green #87B980

Color information

#87B980 (or 0x87B980) is unknown color: approx Dark Sea Green. HEX triplet: 87, B9 and 80. RGB value is (135,185,128). Sum of RGB (Red+Green+Blue) = 135+185+128=448 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.13% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 185 - color contains mainly: green. Hex color #87B980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87B980 is #78467F. Grayscale: #A3A3A3. Windows color (decimal): -7882368 or 8436103. OLE color: 8436103.

HSL color Cylindrical-coordinate representation of color #87B980: hue angle of 112.63º 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 #87B980 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB135185128-
CMYK0.2700.310.27
HSL112.63º28.93%61.37%-
HSV(B)112.63º30.81%72.55%-
XYZ31.2441.4126.77-
YUV163.55107.94107.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.13%
GREEN value IS 185 (72.66% from 255) = 41.29%
BLUE value IS 128 (50.39% from 255) = 28.57%
R=30.13%
G=41.29%
B=28.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351851280.2700.310.27112.6328.9361.37
Hex87B9801B01F1B711d3d
Octal20727120033037331613575
Binary1000011110111001100000001101101111111011111000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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