#74BE90

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

Shades of Silver Tree #74BE90

Tints of Silver Tree #74BE90

Color information

#74BE90 (or 0x74BE90) is unknown color: approx Silver Tree. HEX triplet: 74, BE and 90. RGB value is (116,190,144). Sum of RGB (Red+Green+Blue) = 116+190+144=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 190 - color contains mainly: green. Hex color #74BE90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BE90 is #8B416F. Grayscale: #A2A2A2. Windows color (decimal): -9126256 or 9485940. OLE color: 9485940.

HSL color Cylindrical-coordinate representation of color #74BE90: hue angle of 142.7º degrees, saturation: 0.36, 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 #74BE90 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB116190144-
CMYK0.3900.240.25
HSL142.7º36.27%60%-
HSV(B)142.7º38.95%74.51%-
XYZ30.6542.5532.98-
YUV162.63117.4894.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.78%
GREEN value IS 190 (74.61% from 255) = 42.22%
BLUE value IS 144 (56.64% from 255) = 32%
R=25.78%
G=42.22%
B=32%

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
Decimal1161901440.3900.240.25142.736.2760
Hex74BE9027018198f243c
Octal16427622047030312174474
Binary111010010111110100100001001110110001100110001111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,190,144); }

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

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

 a { background-color: rgb(116,190,144); }

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

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

 span { border-color: rgb(116,190,144); }

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