Html Css Color HEX #96C79E Chinook

📋 copy color: '#96C79E'

red 150 ◦ green 199 ◦ blue 158

#96C79E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #96C79E

Tints of Chinook #96C79E

RGB

 RED value IS 150 (58.98% from 255) = 29.59%

 GREEN value IS 199 (78.13% from 255) = 39.25%

 BLUE value IS 158 (62.11% from 255) = 31.16%

R = 29.59%
G = 39.25%
B = 31.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#96C79E (or 0x96C79E) is known color: Chinook. HEX triplet: 96, C7 and 9E. RGB value is (150,199,158). Sum of RGB (Red+Green+Blue) = 150+199+158=507 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.59% from 507); Green value is 199 (78.12% from 255 or 39.25% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 199 - color contains mainly: green. Hex color #96C79E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C79E is #693861. Grayscale: #B3B3B3. Windows color (decimal): -6895714 or 10405782. OLE color: 10405782.

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

Color convert

RGB 150 199 158 -
CMYK 0.25 0 0.21 0.22
HSL 129.8º 0.3% 0.68% -
HSV(B) 129.8º 0.25% 0.78% -
XYZ 39.17 49.8 39.9 -
YUV 179.68 115.77 106.83 -
System Red Green Blue C M Y K H S L
Decimal 150 199 158 0.25 0 0.21 0.22 129.8 0.3 0.68
Hex 96 C7 9E 19 0 15 16 82 1E 44
Octal 226 307 236 31 0 25 26 202 36 104
Binary 10010110 11000111 10011110 11001 0 10101 10110 10000010 11110 1000100

Color Harmonies of #96C79E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C79E

Black with #96C79E

Text Example


Text Example

White with #96C79E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96C79E;
 }
 .AnyTagClassName
 {
   color: #96C79E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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