#75BF97

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

Shades of Silver Tree #75BF97

Tints of Silver Tree #75BF97

Color information

#75BF97 (or 0x75BF97) is unknown color: approx Silver Tree. HEX triplet: 75, BF and 97. RGB value is (117,191,151). Sum of RGB (Red+Green+Blue) = 117+191+151=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BF97 is #8A4068. Grayscale: #A4A4A4. Windows color (decimal): -9060457 or 9944949. OLE color: 9944949.

HSL color Cylindrical-coordinate representation of color #75BF97: hue angle of 147.57º 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 #75BF97 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB117191151-
CMYK0.3900.210.25
HSL147.57º36.63%60.39%-
HSV(B)147.57º38.74%74.9%-
XYZ31.5543.2835.97-
YUV164.31120.4894.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.49%
GREEN value IS 191 (75% from 255) = 41.61%
BLUE value IS 151 (59.38% from 255) = 32.90%
R=25.49%
G=41.61%
B=32.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171911510.3900.210.25147.5736.6360.39
Hex75BF97270151994253c
Octal16527722747025312244574
Binary111010110111111100101111001110101011100110010100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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