#74C99D

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

Shades of Silver Tree #74C99D

Tints of Silver Tree #74C99D

Color information

#74C99D (or 0x74C99D) is unknown color: approx Silver Tree. HEX triplet: 74, C9 and 9D. RGB value is (116,201,157). Sum of RGB (Red+Green+Blue) = 116+201+157=474 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.47% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 201 - color contains mainly: green. Hex color #74C99D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C99D is #8B3662. Grayscale: #AAAAAA. Windows color (decimal): -9123427 or 10340724. OLE color: 10340724.

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

Color convert

RGB116201157-
CMYK0.4200.220.21
HSL148.94º44.04%62.16%-
HSV(B)148.94º42.29%78.82%-
XYZ34.1747.9239.35-
YUV170.57120.3489.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.47%
GREEN value IS 201 (78.91% from 255) = 42.41%
BLUE value IS 157 (61.72% from 255) = 33.12%
R=24.47%
G=42.41%
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.21
SystemRedGreenBlueCMYKHSL
Decimal1162011570.4200.220.21148.9444.0462.16
Hex74C99D2A01615952c3e
Octal16431123552026252255476
Binary111010011001001100111011010100101101010110010101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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