Html Css Color HEX #74C095 Silver Tree

📋 copy color: '#74C095'

red 116 ◦ green 192 ◦ blue 149

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

Shades of Silver Tree #74C095

Tints of Silver Tree #74C095

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.01%

 BLUE value IS 149 (58.59% from 255) = 32.6%

R = 25.38%
G = 42.01%
B = 32.6%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#74C095 (or 0x74C095) is known color: Silver Tree. HEX triplet: 74, C0 and 95. RGB value is (116,192,149). Sum of RGB (Red+Green+Blue) = 116+192+149=457 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.38% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 192 - color contains mainly: green. Hex color #74C095 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C095 is #8B3F6A. Grayscale: #A4A4A4. Windows color (decimal): -9125739 or 9814132. OLE color: 9814132.

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

Color convert

RGB 116 192 149 -
CMYK 0.40 0 0.22 0.25
HSL 146.05º 0.38% 0.6% -
HSV(B) 146.05º 0.4% 0.75% -
XYZ 31.48 43.58 35.19 -
YUV 164.37 119.32 93.5 -
System Red Green Blue C M Y K H S L
Decimal 116 192 149 0.40 0 0.22 0.25 146.05 0.38 0.6
Hex 74 C0 95 28 0 16 19 92 26 3C
Octal 164 300 225 50 0 26 31 222 46 74
Binary 1110100 11000000 10010101 101000 0 10110 11001 10010010 100110 111100

Color Harmonies of #74C095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C095

Black with #74C095

Text Example


Text Example

White with #74C095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,192,149); }

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

background-color css

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

 a { background-color: rgb(116,192,149); }

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

border-color css

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

 span { border-color: rgb(116,192,149); }

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