#74C79D

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

Shades of Silver Tree #74C79D

Tints of Silver Tree #74C79D

Color information

#74C79D (or 0x74C79D) is unknown color: approx Silver Tree. HEX triplet: 74, C7 and 9D. RGB value is (116,199,157). Sum of RGB (Red+Green+Blue) = 116+199+157=472 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.58% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 199 - color contains mainly: green. Hex color #74C79D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C79D is #8B3862. Grayscale: #A9A9A9. Windows color (decimal): -9123939 or 10340212. OLE color: 10340212.

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

Color convert

RGB116199157-
CMYK0.4200.210.22
HSL149.64º42.56%61.76%-
HSV(B)149.64º41.71%78.04%-
XYZ33.7146.9939.19-
YUV169.412189.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.58%
GREEN value IS 199 (78.12% from 255) = 42.16%
BLUE value IS 157 (61.72% from 255) = 33.26%
R=24.58%
G=42.16%
B=33.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1161991570.4200.210.22149.6442.5661.76
Hex74C79D2A01516962b3e
Octal16430723552025262265376
Binary111010011000111100111011010100101011011010010110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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