#97D69F

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

Shades of Chinook #97D69F

Tints of Chinook #97D69F

Color information

#97D69F (or 0x97D69F) is unknown color: approx Chinook. HEX triplet: 97, D6 and 9F. RGB value is (151,214,159). Sum of RGB (Red+Green+Blue) = 151+214+159=524 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.82% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #97D69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D69F is #682960. Grayscale: #BDBDBD. Windows color (decimal): -6826337 or 10475159. OLE color: 10475159.

HSL color Cylindrical-coordinate representation of color #97D69F: hue angle of 127.62º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97D69F is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB151214159-
CMYK0.2900.260.16
HSL127.62º43.45%71.57%-
HSV(B)127.62º29.44%83.92%-
XYZ43.0757.1841.57-
YUV188.89111.13100.97-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.82%
GREEN value IS 214 (83.98% from 255) = 40.84%
BLUE value IS 159 (62.5% from 255) = 30.34%
R=28.82%
G=40.84%
B=30.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1512141590.2900.260.16127.6243.4571.57
Hex97D69F1D01A10802b48
Octal227326237350322020053110
Binary1001011111010110100111111110101101010000100000001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97D69F; }

 p { color: rgb(151,214,159); }

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

<style>
 a { background-color: #97D69F; }

 a { background-color: rgb(151,214,159); }

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

<style>
 span { border-color: #97D69F; }

 span { border-color: rgb(151,214,159); }

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