Html Css Color HEX #74BD99 Silver Tree

📋 copy color: '#74BD99'

red 116 ◦ green 189 ◦ blue 153

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

Shades of Silver Tree #74BD99

Tints of Silver Tree #74BD99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 33.41%

R = 25.33%
G = 41.27%
B = 33.41%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#74BD99 (or 0x74BD99) is known color: Silver Tree. HEX triplet: 74, BD and 99. RGB value is (116,189,153). Sum of RGB (Red+Green+Blue) = 116+189+153=458 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.33% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 189 - color contains mainly: green. Hex color #74BD99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BD99 is #8B4266. Grayscale: #A3A3A3. Windows color (decimal): -9126503 or 10075508. OLE color: 10075508.

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

Color convert

RGB 116 189 153 -
CMYK 0.39 0 0.19 0.26
HSL 150.41º 0.36% 0.6% -
HSV(B) 150.41º 0.39% 0.74% -
XYZ 31.15 42.41 36.68 -
YUV 163.07 122.32 94.43 -
System Red Green Blue C M Y K H S L
Decimal 116 189 153 0.39 0 0.19 0.26 150.41 0.36 0.6
Hex 74 BD 99 27 0 13 1A 96 24 3C
Octal 164 275 231 47 0 23 32 226 44 74
Binary 1110100 10111101 10011001 100111 0 10011 11010 10010110 100100 111100

Color Harmonies of #74BD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BD99

Black with #74BD99

Text Example


Text Example

White with #74BD99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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