Html Css Color HEX #74BD96 Silver Tree

📋 copy color: '#74BD96'

red 116 ◦ green 189 ◦ blue 150

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

Shades of Silver Tree #74BD96

Tints of Silver Tree #74BD96

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.54%

 BLUE value IS 150 (58.98% from 255) = 32.97%

R = 25.49%
G = 41.54%
B = 32.97%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#74BD96 (or 0x74BD96) is known color: Silver Tree. HEX triplet: 74, BD and 96. RGB value is (116,189,150). Sum of RGB (Red+Green+Blue) = 116+189+150=455 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.49% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 189 - color contains mainly: green. Hex color #74BD96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BD96 is #8B4269. Grayscale: #A2A2A2. Windows color (decimal): -9126506 or 9878900. OLE color: 9878900.

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

Color convert

RGB 116 189 150 -
CMYK 0.39 0 0.21 0.26
HSL 147.95º 0.36% 0.6% -
HSV(B) 147.95º 0.39% 0.74% -
XYZ 30.91 42.31 35.39 -
YUV 162.73 120.82 94.67 -
System Red Green Blue C M Y K H S L
Decimal 116 189 150 0.39 0 0.21 0.26 147.95 0.36 0.6
Hex 74 BD 96 27 0 15 1A 94 24 3C
Octal 164 275 226 47 0 25 32 224 44 74
Binary 1110100 10111101 10010110 100111 0 10101 11010 10010100 100100 111100

Color Harmonies of #74BD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BD96

Black with #74BD96

Text Example


Text Example

White with #74BD96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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