#95B792

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

Shades of Dark Sea Green #95B792

Tints of Dark Sea Green #95B792

Color information

#95B792 (or 0x95B792) is unknown color: approx Dark Sea Green. HEX triplet: 95, B7 and 92. RGB value is (149,183,146). Sum of RGB (Red+Green+Blue) = 149+183+146=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 183 - color contains mainly: green. Hex color #95B792 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B792 is #6A486D. Grayscale: #A8A8A8. Windows color (decimal): -6965358 or 9615253. OLE color: 9615253.

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

Color convert

RGB149183146-
CMYK0.1900.200.28
HSL115.14º20.44%64.51%-
HSV(B)115.14º20.22%71.76%-
XYZ34.5242.3333.55-
YUV168.62115.24114.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.17%
GREEN value IS 183 (71.88% from 255) = 38.28%
BLUE value IS 146 (57.42% from 255) = 30.54%
R=31.17%
G=38.28%
B=30.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1491831460.1900.200.28115.1420.4464.51
Hex95B792130141C731441
Octal225267222230243416324101
Binary10010101101101111001001010011010100111001110011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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