#74C795

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

Shades of Silver Tree #74C795

Tints of Silver Tree #74C795

Color information

#74C795 (or 0x74C795) is unknown color: approx Silver Tree. HEX triplet: 74, C7 and 95. RGB value is (116,199,149). Sum of RGB (Red+Green+Blue) = 116+199+149=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 199 (78.12% from 255 or 42.89% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 199 - color contains mainly: green. Hex color #74C795 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C795 is #8B386A. Grayscale: #A8A8A8. Windows color (decimal): -9123947 or 9815924. OLE color: 9815924.

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

Color convert

RGB116199149-
CMYK0.4200.250.22
HSL143.86º42.56%61.76%-
HSV(B)143.86º41.71%78.04%-
XYZ33.0546.7335.71-
YUV168.4811790.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25%
GREEN value IS 199 (78.12% from 255) = 42.89%
BLUE value IS 149 (58.59% from 255) = 32.11%
R=25%
G=42.89%
B=32.11%

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
Decimal1161991490.4200.250.22143.8642.5661.76
Hex74C7952A01916902b3e
Octal16430722552031262205376
Binary111010011000111100101011010100110011011010010000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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