#75CB8D

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

Shades of Silver Tree #75CB8D

Tints of Silver Tree #75CB8D

Color information

#75CB8D (or 0x75CB8D) is unknown color: approx Silver Tree. HEX triplet: 75, CB and 8D. RGB value is (117,203,141). Sum of RGB (Red+Green+Blue) = 117+203+141=461 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.38% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 203 - color contains mainly: green. Hex color #75CB8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CB8D is #8A3472. Grayscale: #AAAAAA. Windows color (decimal): -9057395 or 9292661. OLE color: 9292661.

HSL color Cylindrical-coordinate representation of color #75CB8D: hue angle of 136.74º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75CB8D is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB117203141-
CMYK0.4200.310.20
HSL136.74º45.26%62.75%-
HSV(B)136.74º42.36%79.61%-
XYZ33.548.4232.78-
YUV170.22111.5190.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.38%
GREEN value IS 203 (79.69% from 255) = 44.03%
BLUE value IS 141 (55.47% from 255) = 30.59%
R=25.38%
G=44.03%
B=30.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1172031410.4200.310.20136.7445.2662.75
Hex75CB8D2A01F14892d3f
Octal16531321552037242115577
Binary111010111001011100011011010100111111010010001001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,203,141); }

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

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

 a { background-color: rgb(117,203,141); }

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

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

 span { border-color: rgb(117,203,141); }

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