#94C79D

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

Shades of Chinook #94C79D

Tints of Chinook #94C79D

Color information

#94C79D (or 0x94C79D) is unknown color: approx Chinook. HEX triplet: 94, C7 and 9D. RGB value is (148,199,157). Sum of RGB (Red+Green+Blue) = 148+199+157=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 199 - color contains mainly: green. Hex color #94C79D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C79D is #6B3862. Grayscale: #B3B3B3. Windows color (decimal): -7026787 or 10340244. OLE color: 10340244.

HSL color Cylindrical-coordinate representation of color #94C79D: hue angle of 130.59º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94C79D is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB148199157-
CMYK0.2600.210.22
HSL130.59º31.29%68.04%-
HSV(B)130.59º25.63%78.04%-
XYZ38.7249.5839.43-
YUV178.96115.6105.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.37%
GREEN value IS 199 (78.12% from 255) = 39.48%
BLUE value IS 157 (61.72% from 255) = 31.15%
R=29.37%
G=39.48%
B=31.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1481991570.2600.210.22130.5931.2968.04
Hex94C79D1A01516831f44
Octal224307235320252620337104
Binary100101001100011110011101110100101011011010000011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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