#96C792

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

Shades of Dark Sea Green #96C792

Tints of Dark Sea Green #96C792

Color information

#96C792 (or 0x96C792) is unknown color: approx Dark Sea Green. HEX triplet: 96, C7 and 92. RGB value is (150,199,146). Sum of RGB (Red+Green+Blue) = 150+199+146=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 199 (78.12% from 255 or 40.20% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 199 - color contains mainly: green. Hex color #96C792 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C792 is #69386D. Grayscale: #B2B2B2. Windows color (decimal): -6895726 or 9619350. OLE color: 9619350.

HSL color Cylindrical-coordinate representation of color #96C792: hue angle of 115.47º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96C792 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB150199146-
CMYK0.2500.270.22
HSL115.47º32.12%67.65%-
HSV(B)115.47º26.63%78.04%-
XYZ38.1949.4134.72-
YUV178.31109.77107.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.30%
GREEN value IS 199 (78.12% from 255) = 40.20%
BLUE value IS 146 (57.42% from 255) = 29.49%
R=30.30%
G=40.20%
B=29.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1501991460.2500.270.22115.4732.1267.65
Hex96C7921901B16732044
Octal226307222310332616340104
Binary100101101100011110010010110010110111011011100111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,199,146); }

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

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

 a { background-color: rgb(150,199,146); }

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

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

 span { border-color: rgb(150,199,146); }

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