Html Css Color HEX #75C69D Silver Tree

📋 copy color: '#75C69D'

red 117 ◦ green 198 ◦ blue 157

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

Shades of Silver Tree #75C69D

Tints of Silver Tree #75C69D

RGB

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

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

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

R = 24.79%
G = 41.95%
B = 33.26%

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

#75C69D (or 0x75C69D) is known color: Silver Tree. HEX triplet: 75, C6 and 9D. RGB value is (117,198,157). Sum of RGB (Red+Green+Blue) = 117+198+157=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 198 - color contains mainly: green. Hex color #75C69D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C69D is #8A3962. Grayscale: #A9A9A9. Windows color (decimal): -9058659 or 10339957. OLE color: 10339957.

HSL color Cylindrical-coordinate representation of color #75C69D: hue angle of 149.63º 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 #75C69D is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 198 157 -
CMYK 0.41 0 0.21 0.22
HSL 149.63º 0.42% 0.62% -
HSV(B) 149.63º 0.41% 0.78% -
XYZ 33.62 46.6 39.12 -
YUV 169.11 121.16 90.83 -
System Red Green Blue C M Y K H S L
Decimal 117 198 157 0.41 0 0.21 0.22 149.63 0.42 0.62
Hex 75 C6 9D 29 0 15 16 96 2A 3E
Octal 165 306 235 51 0 25 26 226 52 76
Binary 1110101 11000110 10011101 101001 0 10101 10110 10010110 101010 111110

Color Harmonies of #75C69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C69D

Black with #75C69D

Text Example


Text Example

White with #75C69D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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