#74C796

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

Shades of Silver Tree #74C796

Tints of Silver Tree #74C796

Color information

#74C796 (or 0x74C796) is unknown color: approx Silver Tree. HEX triplet: 74, C7 and 96. RGB value is (116,199,150). Sum of RGB (Red+Green+Blue) = 116+199+150=465 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.95% from 465); Green value is 199 (78.12% from 255 or 42.80% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 199 - color contains mainly: green. Hex color #74C796 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C796 is #8B3869. Grayscale: #A8A8A8. Windows color (decimal): -9123946 or 9881460. OLE color: 9881460.

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

Color convert

RGB116199150-
CMYK0.4200.250.22
HSL144.58º42.56%61.76%-
HSV(B)144.58º41.71%78.04%-
XYZ33.1346.7636.13-
YUV168.6117.590.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.95%
GREEN value IS 199 (78.12% from 255) = 42.80%
BLUE value IS 150 (58.98% from 255) = 32.26%
R=24.95%
G=42.80%
B=32.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1161991500.4200.250.22144.5842.5661.76
Hex74C7962A01916912b3e
Octal16430722652031262215376
Binary111010011000111100101101010100110011011010010001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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