#75D99B

Color #75D99B Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #75D99B

Tints of Silver Tree #75D99B

Color information

#75D99B (or 0x75D99B) is unknown color: approx Silver Tree. HEX triplet: 75, D9 and 9B. RGB value is (117,217,155). Sum of RGB (Red+Green+Blue) = 117+217+155=489 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.93% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 217 - color contains mainly: green. Hex color #75D99B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D99B is #8A2664. Grayscale: #B4B4B4. Windows color (decimal): -9053797 or 10213749. OLE color: 10213749.

HSL color Cylindrical-coordinate representation of color #75D99B: hue angle of 142.8º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75D99B is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB117217155-
CMYK0.4600.290.15
HSL142.8º56.82%65.49%-
HSV(B)142.8º46.08%85.1%-
XYZ38.0755.7739.77-
YUV180.03113.8783.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.93%
GREEN value IS 217 (85.16% from 255) = 44.38%
BLUE value IS 155 (60.94% from 255) = 31.70%
R=23.93%
G=44.38%
B=31.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1172171550.4600.290.15142.856.8265.49
Hex75D99B2E01DF8f3941
Octal165331233560351721771101
Binary111010111011001100110111011100111011111100011111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #75D99B;
 }
 .AnyTagClassName
 {
   color: #75D99B;
 }
</style>
background-color css

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

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

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

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

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

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