Html Css Color HEX #74BC97 Silver Tree

📋 copy color: '#74BC97'

red 116 ◦ green 188 ◦ blue 151

#74BC97
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silver Tree #74BC97

Tints of Silver Tree #74BC97

RGB

 RED value IS 116 (45.7% from 255) = 25.49%

 GREEN value IS 188 (73.83% from 255) = 41.32%

 BLUE value IS 151 (59.38% from 255) = 33.19%

R = 25.49%
G = 41.32%
B = 33.19%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#74BC97 (or 0x74BC97) is known color: Silver Tree. HEX triplet: 74, BC and 97. RGB value is (116,188,151). Sum of RGB (Red+Green+Blue) = 116+188+151=455 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.49% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 151 (59.38% from 255 or 33.19% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BC97 is #8B4368. Grayscale: #A2A2A2. Windows color (decimal): -9126761 or 9944180. OLE color: 9944180.

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

Color convert

RGB 116 188 151 -
CMYK 0.38 0 0.20 0.26
HSL 149.17º 0.35% 0.6% -
HSV(B) 149.17º 0.38% 0.74% -
XYZ 30.77 41.91 35.75 -
YUV 162.25 121.65 95.01 -
System Red Green Blue C M Y K H S L
Decimal 116 188 151 0.38 0 0.20 0.26 149.17 0.35 0.6
Hex 74 BC 97 26 0 14 1A 95 23 3C
Octal 164 274 227 46 0 24 32 225 43 74
Binary 1110100 10111100 10010111 100110 0 10100 11010 10010101 100011 111100

Color Harmonies of #74BC97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BC97

Black with #74BC97

Text Example


Text Example

White with #74BC97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,188,151); }

 H1.HeaderClassName
 {
   color: #74BC97;
 }
 .AnyTagClassName
 {
   color: #74BC97;
 }
</style>

background-color css

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

 a { background-color: rgb(116,188,151); }

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

border-color css

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

 span { border-color: rgb(116,188,151); }

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