#75D098

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

Shades of Silver Tree #75D098

Tints of Silver Tree #75D098

Color information

#75D098 (or 0x75D098) is unknown color: approx Silver Tree. HEX triplet: 75, D0 and 98. RGB value is (117,208,152). Sum of RGB (Red+Green+Blue) = 117+208+152=477 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.53% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 208 - color contains mainly: green. Hex color #75D098 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D098 is #8A2F67. Grayscale: #AEAEAE. Windows color (decimal): -9056104 or 10014837. OLE color: 10014837.

HSL color Cylindrical-coordinate representation of color #75D098: hue angle of 143.08º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75D098 is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB117208152-
CMYK0.4400.270.18
HSL143.08º49.19%63.73%-
HSV(B)143.08º43.75%81.57%-
XYZ35.5651.1637.71-
YUV174.41115.3587.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.53%
GREEN value IS 208 (81.64% from 255) = 43.61%
BLUE value IS 152 (59.77% from 255) = 31.87%
R=24.53%
G=43.61%
B=31.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1172081520.4400.270.18143.0849.1963.73
Hex75D0982C01B128f3140
Octal165320230540332221761100
Binary1110101110100001001100010110001101110010100011111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,208,152); }

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

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

 a { background-color: rgb(117,208,152); }

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

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

 span { border-color: rgb(117,208,152); }

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