#95B596

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

Shades of Dark Sea Green #95B596

Tints of Dark Sea Green #95B596

Color information

#95B596 (or 0x95B596) is unknown color: approx Dark Sea Green. HEX triplet: 95, B5 and 96. RGB value is (149,181,150). Sum of RGB (Red+Green+Blue) = 149+181+150=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 150 (58.98% from 255 or 31.25% from 480); Max value from RGB is 181 - color contains mainly: green. Hex color #95B596 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B596 is #6A4A69. Grayscale: #A7A7A7. Windows color (decimal): -6965866 or 9876885. OLE color: 9876885.

HSL color Cylindrical-coordinate representation of color #95B596: hue angle of 121.87º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #95B596 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB149181150-
CMYK0.1800.170.29
HSL121.87º17.78%64.71%-
HSV(B)121.87º17.68%70.98%-
XYZ34.4241.6435.08-
YUV167.9117.9114.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.04%
GREEN value IS 181 (71.09% from 255) = 37.71%
BLUE value IS 150 (58.98% from 255) = 31.25%
R=31.04%
G=37.71%
B=31.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1491811500.1800.170.29121.8717.7864.71
Hex95B596120111D7a1241
Octal225265226220213517222101
Binary10010101101101011001011010010010001111011111010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,181,150); }

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

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

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

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

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

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

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