#96C79C

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

Shades of Chinook #96C79C

Tints of Chinook #96C79C

Color information

#96C79C (or 0x96C79C) is unknown color: approx Chinook. HEX triplet: 96, C7 and 9C. RGB value is (150,199,156). Sum of RGB (Red+Green+Blue) = 150+199+156=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 199 (78.12% from 255 or 39.41% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 199 - color contains mainly: green. Hex color #96C79C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C79C is #693863. Grayscale: #B3B3B3. Windows color (decimal): -6895716 or 10274710. OLE color: 10274710.

HSL color Cylindrical-coordinate representation of color #96C79C: hue angle of 127.35º 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 #96C79C is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB150199156-
CMYK0.2500.220.22
HSL127.35º30.43%68.43%-
HSV(B)127.35º24.62%78.04%-
XYZ3949.7339-
YUV179.45114.77107-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.70%
GREEN value IS 199 (78.12% from 255) = 39.41%
BLUE value IS 156 (61.33% from 255) = 30.89%
R=29.70%
G=39.41%
B=30.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1501991560.2500.220.22127.3530.4368.43
Hex96C79C19016167f1e44
Octal226307234310262617736104
Binary10010110110001111001110011001010110101101111111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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