#74C79C

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

Shades of Silver Tree #74C79C

Tints of Silver Tree #74C79C

Color information

#74C79C (or 0x74C79C) is unknown color: approx Silver Tree. HEX triplet: 74, C7 and 9C. RGB value is (116,199,156). Sum of RGB (Red+Green+Blue) = 116+199+156=471 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.63% from 471); Green value is 199 (78.12% from 255 or 42.25% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 199 - color contains mainly: green. Hex color #74C79C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C79C is #8B3863. Grayscale: #A9A9A9. Windows color (decimal): -9123940 or 10274676. OLE color: 10274676.

HSL color Cylindrical-coordinate representation of color #74C79C: hue angle of 148.92º 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 #74C79C is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB116199156-
CMYK0.4200.220.22
HSL148.92º42.56%61.76%-
HSV(B)148.92º41.71%78.04%-
XYZ33.6346.9638.74-
YUV169.28120.590-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.63%
GREEN value IS 199 (78.12% from 255) = 42.25%
BLUE value IS 156 (61.33% from 255) = 33.12%
R=24.63%
G=42.25%
B=33.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1161991560.4200.220.22148.9242.5661.76
Hex74C79C2A01616952b3e
Octal16430723452026262255376
Binary111010011000111100111001010100101101011010010101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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