#7fd69c

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

Shades of Chinook #7FD69C

Tints of Chinook #7FD69C

Color information

#7FD69C (or 0x7FD69C) is unknown color: approx Chinook. HEX triplet: 7F, D6 and 9C. RGB value is (127,214,156). Sum of RGB (Red+Green+Blue) = 127+214+156=497 (65% of max value = 765). Red value is 127 (50% from 255 or 25.55% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 214 - color contains mainly: green. Hex color #7FD69C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD69C is #802963. Grayscale: #B5B5B5. Windows color (decimal): -8399204 or 10278527. OLE color: 10278527.

HSL color Cylindrical-coordinate representation of color #7FD69C: hue angle of 140º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FD69C is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB127214156-
CMYK0.4100.270.16
HSL140º51.48%66.86%-
HSV(B)140º40.65%83.92%-
XYZ38.855.0140.02-
YUV181.38113.6889.22-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.55%
GREEN value IS 214 (83.98% from 255) = 43.06%
BLUE value IS 156 (61.33% from 255) = 31.39%
R=25.55%
G=43.06%
B=31.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1272141560.4100.270.1614051.4866.86
Hex7FD69C2901B108c3343
Octal177326234510332021463103
Binary1111111110101101001110010100101101110000100011001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fd69c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7fd69c; }

 p { color: rgb(127,214,156); }

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

<style>
 a { background-color: #7fd69c; }

 a { background-color: rgb(127,214,156); }

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

<style>
 span { border-color: #7fd69c; }

 span { border-color: rgb(127,214,156); }

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