#96C79F

Color #96C79F Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #96C79F

Tints of Chinook #96C79F

Color information

#96C79F (or 0x96C79F) is unknown color: approx Chinook. HEX triplet: 96, C7 and 9F. RGB value is (150,199,159). Sum of RGB (Red+Green+Blue) = 150+199+159=508 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.53% from 508); Green value is 199 (78.12% from 255 or 39.17% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 199 - color contains mainly: green. Hex color #96C79F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C79F is #693860. Grayscale: #B3B3B3. Windows color (decimal): -6895713 or 10471318. OLE color: 10471318.

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

Color convert

RGB150199159-
CMYK0.2500.200.22
HSL131.02º30.43%68.43%-
HSV(B)131.02º24.62%78.04%-
XYZ39.2649.8340.35-
YUV179.79116.27106.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.53%
GREEN value IS 199 (78.12% from 255) = 39.17%
BLUE value IS 159 (62.5% from 255) = 31.30%
R=29.53%
G=39.17%
B=31.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1501991590.2500.200.22131.0230.4368.43
Hex96C79F1901416831e44
Octal226307237310242620336104
Binary100101101100011110011111110010101001011010000011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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