#87B485

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

Shades of Dark Sea Green #87B485

Tints of Dark Sea Green #87B485

Color information

#87B485 (or 0x87B485) is unknown color: approx Dark Sea Green. HEX triplet: 87, B4 and 85. RGB value is (135,180,133). Sum of RGB (Red+Green+Blue) = 135+180+133=448 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.13% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 180 - color contains mainly: green. Hex color #87B485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87B485 is #784B7A. Grayscale: #A1A1A1. Windows color (decimal): -7883643 or 8762503. OLE color: 8762503.

HSL color Cylindrical-coordinate representation of color #87B485: hue angle of 117.45º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #87B485 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB135180133-
CMYK0.2500.260.29
HSL117.45º23.86%61.37%-
HSV(B)117.45º26.11%70.59%-
XYZ30.5539.4928.2-
YUV161.19112.09109.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.13%
GREEN value IS 180 (70.70% from 255) = 40.18%
BLUE value IS 133 (52.34% from 255) = 29.69%
R=30.13%
G=40.18%
B=29.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1351801330.2500.260.29117.4523.8661.37
Hex87B4851901A1D75183d
Octal20726420531032351653075
Binary1000011110110100100001011100101101011101111010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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