#8FB985

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

Shades of Dark Sea Green #8FB985

Tints of Dark Sea Green #8FB985

Color information

#8FB985 (or 0x8FB985) is unknown color: approx Dark Sea Green. HEX triplet: 8F, B9 and 85. RGB value is (143,185,133). Sum of RGB (Red+Green+Blue) = 143+185+133=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 185 - color contains mainly: green. Hex color #8FB985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB985 is #70467A. Grayscale: #A6A6A6. Windows color (decimal): -7358075 or 8763791. OLE color: 8763791.

HSL color Cylindrical-coordinate representation of color #8FB985: hue angle of 108.46º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8FB985 is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB143185133-
CMYK0.2300.280.27
HSL108.46º27.08%62.35%-
HSV(B)108.46º28.11%72.55%-
XYZ32.9142.2328.61-
YUV166.51109.09111.23-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.02%
GREEN value IS 185 (72.66% from 255) = 40.13%
BLUE value IS 133 (52.34% from 255) = 28.85%
R=31.02%
G=40.13%
B=28.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431851330.2300.280.27108.4627.0862.35
Hex8FB9851701C1B6c1b3e
Octal21727120527034331543376
Binary1000111110111001100001011011101110011011110110011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FB985; }

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

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

<style>
 a { background-color: #8FB985; }

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

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

<style>
 span { border-color: #8FB985; }

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

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