#74BF96

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

Shades of Silver Tree #74BF96

Tints of Silver Tree #74BF96

Color information

#74BF96 (or 0x74BF96) is unknown color: approx Silver Tree. HEX triplet: 74, BF and 96. RGB value is (116,191,150). Sum of RGB (Red+Green+Blue) = 116+191+150=457 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.38% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BF96 is #8B4069. Grayscale: #A3A3A3. Windows color (decimal): -9125994 or 9879412. OLE color: 9879412.

HSL color Cylindrical-coordinate representation of color #74BF96: hue angle of 147.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 #74BF96 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB116191150-
CMYK0.3900.210.25
HSL147.2º36.95%60.2%-
HSV(B)147.2º39.27%74.9%-
XYZ31.3443.1835.54-
YUV163.9120.1593.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.38%
GREEN value IS 191 (75% from 255) = 41.79%
BLUE value IS 150 (58.98% from 255) = 32.82%
R=25.38%
G=41.79%
B=32.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161911500.3900.210.25147.236.9560.2
Hex74BF96270151993253c
Octal16427722647025312234574
Binary111010010111111100101101001110101011100110010011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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