#75C89B

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

Shades of Silver Tree #75C89B

Tints of Silver Tree #75C89B

Color information

#75C89B (or 0x75C89B) is unknown color: approx Silver Tree. HEX triplet: 75, C8 and 9B. RGB value is (117,200,155). Sum of RGB (Red+Green+Blue) = 117+200+155=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 200 (78.52% from 255 or 42.37% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 200 - color contains mainly: green. Hex color #75C89B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C89B is #8A3764. Grayscale: #AAAAAA. Windows color (decimal): -9058149 or 10209397. OLE color: 10209397.

HSL color Cylindrical-coordinate representation of color #75C89B: hue angle of 147.47º degrees, saturation: 0.43, 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 #75C89B is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB117200155-
CMYK0.4200.220.22
HSL147.47º43.01%62.16%-
HSV(B)147.47º41.5%78.43%-
XYZ33.9147.4638.38-
YUV170.05119.590.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.79%
GREEN value IS 200 (78.52% from 255) = 42.37%
BLUE value IS 155 (60.94% from 255) = 32.84%
R=24.79%
G=42.37%
B=32.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1172001550.4200.220.22147.4743.0162.16
Hex75C89B2A01616932b3e
Octal16531023352026262235376
Binary111010111001000100110111010100101101011010010011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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