#74BF91

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

Shades of Silver Tree #74BF91

Tints of Silver Tree #74BF91

Color information

#74BF91 (or 0x74BF91) is unknown color: approx Silver Tree. HEX triplet: 74, BF and 91. RGB value is (116,191,145). Sum of RGB (Red+Green+Blue) = 116+191+145=452 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.66% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 145 (57.03% from 255 or 32.08% from 452); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BF91 is #8B406E. Grayscale: #A3A3A3. Windows color (decimal): -9125999 or 9551732. OLE color: 9551732.

HSL color Cylindrical-coordinate representation of color #74BF91: hue angle of 143.2º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BF91 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB116191145-
CMYK0.3900.240.25
HSL143.2º36.95%60.2%-
HSV(B)143.2º39.27%74.9%-
XYZ30.9443.0233.46-
YUV163.33117.6594.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.66%
GREEN value IS 191 (75% from 255) = 42.26%
BLUE value IS 145 (57.03% from 255) = 32.08%
R=25.66%
G=42.26%
B=32.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161911450.3900.240.25143.236.9560.2
Hex74BF9127018198f253c
Octal16427722147030312174574
Binary111010010111111100100011001110110001100110001111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,191,145); }

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

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

 a { background-color: rgb(116,191,145); }

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

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

 span { border-color: rgb(116,191,145); }

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