#96B798

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

Shades of Dark Sea Green #96B798

Tints of Dark Sea Green #96B798

Color information

#96B798 (or 0x96B798) is unknown color: approx Dark Sea Green. HEX triplet: 96, B7 and 98. RGB value is (150,183,152). Sum of RGB (Red+Green+Blue) = 150+183+152=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 183 - color contains mainly: green. Hex color #96B798 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B798 is #694867. Grayscale: #A9A9A9. Windows color (decimal): -6899816 or 10008470. OLE color: 10008470.

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

Color convert

RGB150183152-
CMYK0.1800.170.28
HSL123.64º18.64%65.29%-
HSV(B)123.64º18.03%71.76%-
XYZ35.1842.6236.08-
YUV169.6118.07114.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.93%
GREEN value IS 183 (71.88% from 255) = 37.73%
BLUE value IS 152 (59.77% from 255) = 31.34%
R=30.93%
G=37.73%
B=31.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1501831520.1800.170.28123.6418.6465.29
Hex96B798120111C7c1341
Octal226267230220213417423101
Binary10010110101101111001100010010010001111001111100100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96B798; }

 p { color: rgb(150,183,152); }

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

<style>
 a { background-color: #96B798; }

 a { background-color: rgb(150,183,152); }

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

<style>
 span { border-color: #96B798; }

 span { border-color: rgb(150,183,152); }

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