#95B095

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

Shades of Dark Sea Green #95B095

Tints of Dark Sea Green #95B095

Color information

#95B095 (or 0x95B095) is unknown color: approx Dark Sea Green. HEX triplet: 95, B0 and 95. RGB value is (149,176,149). Sum of RGB (Red+Green+Blue) = 149+176+149=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 176 - color contains mainly: green. Hex color #95B095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95B095 is #6A4F6A. Grayscale: #A4A4A4. Windows color (decimal): -6967147 or 9810069. OLE color: 9810069.

HSL color Cylindrical-coordinate representation of color #95B095: hue angle of 120º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #95B095 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB149176149-
CMYK0.1500.150.31
HSL120º14.59%63.73%-
HSV(B)120º15.34%69.02%-
XYZ33.3439.6134.32-
YUV164.85119.05116.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.43%
GREEN value IS 176 (69.14% from 255) = 37.13%
BLUE value IS 149 (58.59% from 255) = 31.43%
R=31.43%
G=37.13%
B=31.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491761490.1500.150.3112014.5963.73
Hex95B095F0F1F78f40
Octal225260225170173717017100
Binary10010101101100001001010111110111111111111100011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95B095; }

 p { color: rgb(149,176,149); }

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

<style>
 a { background-color: #95B095; }

 a { background-color: rgb(149,176,149); }

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

<style>
 span { border-color: #95B095; }

 span { border-color: rgb(149,176,149); }

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