#74C09C

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

Shades of Silver Tree #74C09C

Tints of Silver Tree #74C09C

Color information

#74C09C (or 0x74C09C) is unknown color: approx Silver Tree. HEX triplet: 74, C0 and 9C. RGB value is (116,192,156). Sum of RGB (Red+Green+Blue) = 116+192+156=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #74C09C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C09C is #8B3F63. Grayscale: #A5A5A5. Windows color (decimal): -9125732 or 10272884. OLE color: 10272884.

HSL color Cylindrical-coordinate representation of color #74C09C: hue angle of 151.58º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74C09C is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB116192156-
CMYK0.4000.190.25
HSL151.58º37.62%60.39%-
HSV(B)151.58º39.58%75.29%-
XYZ32.0543.8138.22-
YUV165.17122.8292.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25%
GREEN value IS 192 (75.39% from 255) = 41.38%
BLUE value IS 156 (61.33% from 255) = 33.62%
R=25%
G=41.38%
B=33.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161921560.4000.190.25151.5837.6260.39
Hex74C09C280131998263c
Octal16430023450023312304674
Binary111010011000000100111001010000100111100110011000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,192,156); }

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

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

 a { background-color: rgb(116,192,156); }

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

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

 span { border-color: rgb(116,192,156); }

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