Html Css Color HEX #74C69D Silver Tree

📋 copy color: '#74C69D'

red 116 ◦ green 198 ◦ blue 157

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

Shades of Silver Tree #74C69D

Tints of Silver Tree #74C69D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.04%

 BLUE value IS 157 (61.72% from 255) = 33.33%

R = 24.63%
G = 42.04%
B = 33.33%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#74C69D (or 0x74C69D) is known color: Silver Tree. HEX triplet: 74, C6 and 9D. RGB value is (116,198,157). Sum of RGB (Red+Green+Blue) = 116+198+157=471 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.63% from 471); Green value is 198 (77.73% from 255 or 42.04% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 198 - color contains mainly: green. Hex color #74C69D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C69D is #8B3962. Grayscale: #A8A8A8. Windows color (decimal): -9124195 or 10339956. OLE color: 10339956.

HSL color Cylindrical-coordinate representation of color #74C69D: hue angle of 150º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74C69D is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB 116 198 157 -
CMYK 0.41 0 0.21 0.22
HSL 150º 0.42% 0.62% -
HSV(B) 150º 0.41% 0.78% -
XYZ 33.48 46.54 39.12 -
YUV 168.81 121.33 90.33 -
System Red Green Blue C M Y K H S L
Decimal 116 198 157 0.41 0 0.21 0.22 150 0.42 0.62
Hex 74 C6 9D 29 0 15 16 96 2A 3E
Octal 164 306 235 51 0 25 26 226 52 76
Binary 1110100 11000110 10011101 101001 0 10101 10110 10010110 101010 111110

Color Harmonies of #74C69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C69D

Black with #74C69D

Text Example


Text Example

White with #74C69D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,198,157); }

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

background-color css

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

 a { background-color: rgb(116,198,157); }

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

border-color css

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

 span { border-color: rgb(116,198,157); }

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