Html Css Color HEX #75D29B Silver Tree

📋 copy color: '#75D29B'

red 117 ◦ green 210 ◦ blue 155

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

Shades of Silver Tree #75D29B

Tints of Silver Tree #75D29B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.57%

 BLUE value IS 155 (60.94% from 255) = 32.16%

R = 24.27%
G = 43.57%
B = 32.16%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#75D29B (or 0x75D29B) is known color: Silver Tree. HEX triplet: 75, D2 and 9B. RGB value is (117,210,155). Sum of RGB (Red+Green+Blue) = 117+210+155=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 210 - color contains mainly: green. Hex color #75D29B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D29B is #8A2D64. Grayscale: #B0B0B0. Windows color (decimal): -9055589 or 10211957. OLE color: 10211957.

HSL color Cylindrical-coordinate representation of color #75D29B: hue angle of 144.52º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75D29B is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 210 155 -
CMYK 0.44 0 0.26 0.18
HSL 144.52º 0.51% 0.64% -
HSV(B) 144.52º 0.44% 0.82% -
XYZ 36.3 52.24 39.18 -
YUV 175.92 116.19 85.97 -
System Red Green Blue C M Y K H S L
Decimal 117 210 155 0.44 0 0.26 0.18 144.52 0.51 0.64
Hex 75 D2 9B 2C 0 1A 12 91 33 40
Octal 165 322 233 54 0 32 22 221 63 100
Binary 1110101 11010010 10011011 101100 0 11010 10010 10010001 110011 1000000

Color Harmonies of #75D29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D29B

Black with #75D29B

Text Example


Text Example

White with #75D29B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,210,155); }

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

background-color css

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

 a { background-color: rgb(117,210,155); }

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

border-color css

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

 span { border-color: rgb(117,210,155); }

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