#74C894

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

Shades of Silver Tree #74C894

Tints of Silver Tree #74C894

Color information

#74C894 (or 0x74C894) is unknown color: approx Silver Tree. HEX triplet: 74, C8 and 94. RGB value is (116,200,148). Sum of RGB (Red+Green+Blue) = 116+200+148=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 200 - color contains mainly: green. Hex color #74C894 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C894 is #8B376B. Grayscale: #A9A9A9. Windows color (decimal): -9123692 or 9750644. OLE color: 9750644.

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

Color convert

RGB116200148-
CMYK0.4200.260.22
HSL142.86º43.3%61.96%-
HSV(B)142.86º42%78.43%-
XYZ33.247.1635.37-
YUV168.96116.1790.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25%
GREEN value IS 200 (78.52% from 255) = 43.10%
BLUE value IS 148 (58.20% from 255) = 31.90%
R=25%
G=43.10%
B=31.90%

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
Decimal1162001480.4200.260.22142.8643.361.96
Hex74C8942A01A168f2b3e
Octal16431022452032262175376
Binary111010011001000100101001010100110101011010001111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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