#75CB97

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

Shades of Silver Tree #75CB97

Tints of Silver Tree #75CB97

Color information

#75CB97 (or 0x75CB97) is unknown color: approx Silver Tree. HEX triplet: 75, CB and 97. RGB value is (117,203,151). Sum of RGB (Red+Green+Blue) = 117+203+151=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 151 (59.38% from 255 or 32.06% from 471); Max value from RGB is 203 - color contains mainly: green. Hex color #75CB97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CB97 is #8A3468. Grayscale: #ABABAB. Windows color (decimal): -9057385 or 9948021. OLE color: 9948021.

HSL color Cylindrical-coordinate representation of color #75CB97: hue angle of 143.72º 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 #75CB97 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB117203151-
CMYK0.4200.260.20
HSL143.72º45.26%62.75%-
HSV(B)143.72º42.36%79.61%-
XYZ34.2848.7336.88-
YUV171.36116.5189.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.84%
GREEN value IS 203 (79.69% from 255) = 43.10%
BLUE value IS 151 (59.38% from 255) = 32.06%
R=24.84%
G=43.10%
B=32.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1172031510.4200.260.20143.7245.2662.75
Hex75CB972A01A14902d3f
Octal16531322752032242205577
Binary111010111001011100101111010100110101010010010000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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