Html Css Color HEX #75C49F Silver Tree

📋 copy color: '#75C49F'

red 117 ◦ green 196 ◦ blue 159

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

Shades of Silver Tree #75C49F

Tints of Silver Tree #75C49F

RGB

 RED value IS 117 (46.09% from 255) = 24.79%

 GREEN value IS 196 (76.95% from 255) = 41.53%

 BLUE value IS 159 (62.5% from 255) = 33.69%

R = 24.79%
G = 41.53%
B = 33.69%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#75C49F (or 0x75C49F) is known color: Silver Tree. HEX triplet: 75, C4 and 9F. RGB value is (117,196,159). Sum of RGB (Red+Green+Blue) = 117+196+159=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 196 (76.95% from 255 or 41.53% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 196 - color contains mainly: green. Hex color #75C49F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C49F is #8A3B60. Grayscale: #A8A8A8. Windows color (decimal): -9059169 or 10470517. OLE color: 10470517.

HSL color Cylindrical-coordinate representation of color #75C49F: hue angle of 151.9º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75C49F is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 117 196 159 -
CMYK 0.40 0 0.19 0.23
HSL 151.9º 0.4% 0.61% -
HSV(B) 151.9º 0.4% 0.77% -
XYZ 33.33 45.76 39.88 -
YUV 168.16 122.83 91.51 -
System Red Green Blue C M Y K H S L
Decimal 117 196 159 0.40 0 0.19 0.23 151.9 0.4 0.61
Hex 75 C4 9F 28 0 13 17 98 28 3D
Octal 165 304 237 50 0 23 27 230 50 75
Binary 1110101 11000100 10011111 101000 0 10011 10111 10011000 101000 111101

Color Harmonies of #75C49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C49F

Black with #75C49F

Text Example


Text Example

White with #75C49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75C49F; }

 p { color: rgb(117,196,159); }

 H1.HeaderClassName
 {
   color: #75C49F;
 }
 .AnyTagClassName
 {
   color: #75C49F;
 }
</style>

background-color css

<style>
 a { background-color: #75C49F; }

 a { background-color: rgb(117,196,159); }

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

border-color css

<style>
 span { border-color: #75C49F; }

 span { border-color: rgb(117,196,159); }

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