Html Css Color HEX #74C19C Silver Tree

📋 copy color: '#74C19C'

red 116 ◦ green 193 ◦ blue 156

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

Shades of Silver Tree #74C19C

Tints of Silver Tree #74C19C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.55%

R = 24.95%
G = 41.51%
B = 33.55%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#74C19C (or 0x74C19C) is known color: Silver Tree. HEX triplet: 74, C1 and 9C. RGB value is (116,193,156). Sum of RGB (Red+Green+Blue) = 116+193+156=465 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.95% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 193 - color contains mainly: green. Hex color #74C19C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C19C is #8B3E63. Grayscale: #A5A5A5. Windows color (decimal): -9125476 or 10273140. OLE color: 10273140.

HSL color Cylindrical-coordinate representation of color #74C19C: hue angle of 151.17º 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 #74C19C is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 116 193 156 -
CMYK 0.40 0 0.19 0.24
HSL 151.17º 0.38% 0.61% -
HSV(B) 151.17º 0.4% 0.76% -
XYZ 32.27 44.25 38.29 -
YUV 165.76 122.49 92.51 -
System Red Green Blue C M Y K H S L
Decimal 116 193 156 0.40 0 0.19 0.24 151.17 0.38 0.61
Hex 74 C1 9C 28 0 13 18 97 26 3D
Octal 164 301 234 50 0 23 30 227 46 75
Binary 1110100 11000001 10011100 101000 0 10011 11000 10010111 100110 111101

Color Harmonies of #74C19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C19C

Black with #74C19C

Text Example


Text Example

White with #74C19C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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