#96C79D

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

Shades of Chinook #96C79D

Tints of Chinook #96C79D

Color information

#96C79D (or 0x96C79D) is unknown color: approx Chinook. HEX triplet: 96, C7 and 9D. RGB value is (150,199,157). Sum of RGB (Red+Green+Blue) = 150+199+157=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 199 (78.12% from 255 or 39.33% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 199 - color contains mainly: green. Hex color #96C79D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C79D is #693862. Grayscale: #B3B3B3. Windows color (decimal): -6895715 or 10340246. OLE color: 10340246.

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

Color convert

RGB150199157-
CMYK0.2500.210.22
HSL128.57º30.43%68.43%-
HSV(B)128.57º24.62%78.04%-
XYZ39.0949.7739.44-
YUV179.56115.27106.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.64%
GREEN value IS 199 (78.12% from 255) = 39.33%
BLUE value IS 157 (61.72% from 255) = 31.03%
R=29.64%
G=39.33%
B=31.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1501991570.2500.210.22128.5730.4368.43
Hex96C79D1901516811e44
Octal226307235310252620136104
Binary100101101100011110011101110010101011011010000001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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