#95B78F

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

Shades of Dark Sea Green #95B78F

Tints of Dark Sea Green #95B78F

Color information

#95B78F (or 0x95B78F) is unknown color: approx Dark Sea Green. HEX triplet: 95, B7 and 8F. RGB value is (149,183,143). Sum of RGB (Red+Green+Blue) = 149+183+143=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 183 - color contains mainly: green. Hex color #95B78F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B78F is #6A4870. Grayscale: #A8A8A8. Windows color (decimal): -6965361 or 9418645. OLE color: 9418645.

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

Color convert

RGB149183143-
CMYK0.1900.220.28
HSL111º21.74%63.92%-
HSV(B)111º21.86%71.76%-
XYZ34.2942.2432.33-
YUV168.27113.74114.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.37%
GREEN value IS 183 (71.88% from 255) = 38.53%
BLUE value IS 143 (56.25% from 255) = 30.11%
R=31.37%
G=38.53%
B=30.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1491831430.1900.220.2811121.7463.92
Hex95B78F130161C6f1640
Octal225267217230263415726100
Binary10010101101101111000111110011010110111001101111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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