#90D075

Color #90D075 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #90D075

Tints of Gossip #90D075

Color information

#90D075 (or 0x90D075) is unknown color: approx Gossip. HEX triplet: 90, D0 and 75. RGB value is (144,208,117). Sum of RGB (Red+Green+Blue) = 144+208+117=469 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.70% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 208 - color contains mainly: green. Hex color #90D075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D075 is #6F2F8A. Grayscale: #B2B2B2. Windows color (decimal): -7286667 or 7721104. OLE color: 7721104.

HSL color Cylindrical-coordinate representation of color #90D075: hue angle of 102.2º 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 #90D075 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB144208117-
CMYK0.3100.440.18
HSL102.2º49.19%63.73%-
HSV(B)102.2º43.75%81.57%-
XYZ37.2752.3324.97-
YUV178.4993.3103.4-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.70%
GREEN value IS 208 (81.64% from 255) = 44.35%
BLUE value IS 117 (46.09% from 255) = 24.95%
R=30.70%
G=44.35%
B=24.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1442081170.3100.440.18102.249.1963.73
Hex90D0751F02C12663140
Octal220320165370542214661100
Binary100100001101000011101011111101011001001011001101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90D075; }

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

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

<style>
 a { background-color: #90D075; }

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

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

<style>
 span { border-color: #90D075; }

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

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