#95B791

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

Shades of Dark Sea Green #95B791

Tints of Dark Sea Green #95B791

Color information

#95B791 (or 0x95B791) is unknown color: approx Dark Sea Green. HEX triplet: 95, B7 and 91. RGB value is (149,183,145). Sum of RGB (Red+Green+Blue) = 149+183+145=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 183 - color contains mainly: green. Hex color #95B791 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B791 is #6A486E. Grayscale: #A8A8A8. Windows color (decimal): -6965359 or 9549717. OLE color: 9549717.

HSL color Cylindrical-coordinate representation of color #95B791: hue angle of 113.68º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95B791 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB149183145-
CMYK0.1900.210.28
HSL113.68º20.88%64.31%-
HSV(B)113.68º20.77%71.76%-
XYZ34.4442.333.14-
YUV168.5114.74114.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.24%
GREEN value IS 183 (71.88% from 255) = 38.36%
BLUE value IS 145 (57.03% from 255) = 30.40%
R=31.24%
G=38.36%
B=30.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1491831450.1900.210.28113.6820.8864.31
Hex95B791130151C721540
Octal225267221230253416225100
Binary10010101101101111001000110011010101111001110010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,183,145); }

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

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

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

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

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

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

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