#74C895

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

Shades of Silver Tree #74C895

Tints of Silver Tree #74C895

Color information

#74C895 (or 0x74C895) is unknown color: approx Silver Tree. HEX triplet: 74, C8 and 95. RGB value is (116,200,149). Sum of RGB (Red+Green+Blue) = 116+200+149=465 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.95% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 200 - color contains mainly: green. Hex color #74C895 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C895 is #8B376A. Grayscale: #A9A9A9. Windows color (decimal): -9123691 or 9816180. OLE color: 9816180.

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

Color convert

RGB116200149-
CMYK0.4200.260.22
HSL143.57º43.3%61.96%-
HSV(B)143.57º42%78.43%-
XYZ33.2847.1935.79-
YUV169.07116.6790.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.95%
GREEN value IS 200 (78.52% from 255) = 43.01%
BLUE value IS 149 (58.59% from 255) = 32.04%
R=24.95%
G=43.01%
B=32.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1162001490.4200.260.22143.5743.361.96
Hex74C8952A01A16902b3e
Octal16431022552032262205376
Binary111010011001000100101011010100110101011010010000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,200,149); }

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

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

 a { background-color: rgb(116,200,149); }

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

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

 span { border-color: rgb(116,200,149); }

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