Html Css Color HEX #75C09D Silver Tree

📋 copy color: '#75C09D'

red 117 ◦ green 192 ◦ blue 157

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

Shades of Silver Tree #75C09D

Tints of Silver Tree #75C09D

RGB

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

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

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

R = 25.11%
G = 41.2%
B = 33.69%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#75C09D (or 0x75C09D) is known color: Silver Tree. HEX triplet: 75, C0 and 9D. RGB value is (117,192,157). Sum of RGB (Red+Green+Blue) = 117+192+157=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #75C09D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C09D is #8A3F62. Grayscale: #A5A5A5. Windows color (decimal): -9060195 or 10338421. OLE color: 10338421.

HSL color Cylindrical-coordinate representation of color #75C09D: hue angle of 152º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75C09D is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 192 157 -
CMYK 0.39 0 0.18 0.25
HSL 152º 0.37% 0.61% -
HSV(B) 152º 0.39% 0.75% -
XYZ 32.27 43.92 38.67 -
YUV 165.59 123.15 93.35 -
System Red Green Blue C M Y K H S L
Decimal 117 192 157 0.39 0 0.18 0.25 152 0.37 0.61
Hex 75 C0 9D 27 0 12 19 98 25 3D
Octal 165 300 235 47 0 22 31 230 45 75
Binary 1110101 11000000 10011101 100111 0 10010 11001 10011000 100101 111101

Color Harmonies of #75C09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C09D

Black with #75C09D

Text Example


Text Example

White with #75C09D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,192,157); }

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

background-color css

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

 a { background-color: rgb(117,192,157); }

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

border-color css

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

 span { border-color: rgb(117,192,157); }

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