#74BD96

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

Shades of Silver Tree #74BD96

Tints of Silver Tree #74BD96

Color information

#74BD96 (or 0x74BD96) is unknown color: approx Silver Tree. HEX triplet: 74, BD and 96. RGB value is (116,189,150). Sum of RGB (Red+Green+Blue) = 116+189+150=455 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.49% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 189 - color contains mainly: green. Hex color #74BD96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BD96 is #8B4269. Grayscale: #A2A2A2. Windows color (decimal): -9126506 or 9878900. OLE color: 9878900.

HSL color Cylindrical-coordinate representation of color #74BD96: hue angle of 147.95º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BD96 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB116189150-
CMYK0.3900.210.26
HSL147.95º35.61%59.8%-
HSV(B)147.95º38.62%74.12%-
XYZ30.9142.3135.39-
YUV162.73120.8294.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.49%
GREEN value IS 189 (74.22% from 255) = 41.54%
BLUE value IS 150 (58.98% from 255) = 32.97%
R=25.49%
G=41.54%
B=32.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1161891500.3900.210.26147.9535.6159.8
Hex74BD96270151A94243c
Octal16427522647025322244474
Binary111010010111101100101101001110101011101010010100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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