#75BF9C

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

Shades of Silver Tree #75BF9C

Tints of Silver Tree #75BF9C

Color information

#75BF9C (or 0x75BF9C) is unknown color: approx Silver Tree. HEX triplet: 75, BF and 9C. RGB value is (117,191,156). Sum of RGB (Red+Green+Blue) = 117+191+156=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BF9C is #8A4063. Grayscale: #A4A4A4. Windows color (decimal): -9060452 or 10272629. OLE color: 10272629.

HSL color Cylindrical-coordinate representation of color #75BF9C: hue angle of 151.62º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75BF9C is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB117191156-
CMYK0.3900.180.25
HSL151.62º36.63%60.39%-
HSV(B)151.62º38.74%74.9%-
XYZ31.9743.4438.15-
YUV164.88122.9893.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.22%
GREEN value IS 191 (75% from 255) = 41.16%
BLUE value IS 156 (61.33% from 255) = 33.62%
R=25.22%
G=41.16%
B=33.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171911560.3900.180.25151.6236.6360.39
Hex75BF9C270121998253c
Octal16527723447022312304574
Binary111010110111111100111001001110100101100110011000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,191,156); }

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

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

 a { background-color: rgb(117,191,156); }

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

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

 span { border-color: rgb(117,191,156); }

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