Html Css Color HEX #74C191 Silver Tree

📋 copy color: '#74C191'

red 116 ◦ green 193 ◦ blue 145

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

Shades of Silver Tree #74C191

Tints of Silver Tree #74C191

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.51%

 BLUE value IS 145 (57.03% from 255) = 31.94%

R = 25.55%
G = 42.51%
B = 31.94%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#74C191 (or 0x74C191) is known color: Silver Tree. HEX triplet: 74, C1 and 91. RGB value is (116,193,145). Sum of RGB (Red+Green+Blue) = 116+193+145=454 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.55% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 145 (57.03% from 255 or 31.94% from 454); Max value from RGB is 193 - color contains mainly: green. Hex color #74C191 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C191 is #8B3E6E. Grayscale: #A4A4A4. Windows color (decimal): -9125487 or 9552244. OLE color: 9552244.

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

Color convert

RGB 116 193 145 -
CMYK 0.40 0 0.25 0.24
HSL 142.6º 0.38% 0.61% -
HSV(B) 142.6º 0.4% 0.76% -
XYZ 31.38 43.9 33.61 -
YUV 164.51 116.99 93.4 -
System Red Green Blue C M Y K H S L
Decimal 116 193 145 0.40 0 0.25 0.24 142.6 0.38 0.61
Hex 74 C1 91 28 0 19 18 8F 26 3D
Octal 164 301 221 50 0 31 30 217 46 75
Binary 1110100 11000001 10010001 101000 0 11001 11000 10001111 100110 111101

Color Harmonies of #74C191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C191

Black with #74C191

Text Example


Text Example

White with #74C191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,193,145); }

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

background-color css

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

 a { background-color: rgb(116,193,145); }

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

border-color css

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

 span { border-color: rgb(116,193,145); }

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