Html Css Color HEX #74BD93 Silver Tree

📋 copy color: '#74BD93'

red 116 ◦ green 189 ◦ blue 147

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

Shades of Silver Tree #74BD93

Tints of Silver Tree #74BD93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.52%

R = 25.66%
G = 41.81%
B = 32.52%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#74BD93 (or 0x74BD93) is known color: Silver Tree. HEX triplet: 74, BD and 93. RGB value is (116,189,147). Sum of RGB (Red+Green+Blue) = 116+189+147=452 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.66% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 189 - color contains mainly: green. Hex color #74BD93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BD93 is #8B426C. Grayscale: #A2A2A2. Windows color (decimal): -9126509 or 9682292. OLE color: 9682292.

HSL color Cylindrical-coordinate representation of color #74BD93: hue angle of 145.48º 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 #74BD93 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 189 147 -
CMYK 0.39 0 0.22 0.26
HSL 145.48º 0.36% 0.6% -
HSV(B) 145.48º 0.39% 0.74% -
XYZ 30.67 42.21 34.14 -
YUV 162.39 119.32 94.92 -
System Red Green Blue C M Y K H S L
Decimal 116 189 147 0.39 0 0.22 0.26 145.48 0.36 0.6
Hex 74 BD 93 27 0 16 1A 91 24 3C
Octal 164 275 223 47 0 26 32 221 44 74
Binary 1110100 10111101 10010011 100111 0 10110 11010 10010001 100100 111100

Color Harmonies of #74BD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BD93

Black with #74BD93

Text Example


Text Example

White with #74BD93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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