#90D077

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

Shades of Gossip #90D077

Tints of Gossip #90D077

Color information

#90D077 (or 0x90D077) is unknown color: approx Gossip. HEX triplet: 90, D0 and 77. RGB value is (144,208,119). Sum of RGB (Red+Green+Blue) = 144+208+119=471 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.57% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 119 (46.88% from 255 or 25.27% from 471); Max value from RGB is 208 - color contains mainly: green. Hex color #90D077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D077 is #6F2F88. Grayscale: #B3B3B3. Windows color (decimal): -7286665 or 7852176. OLE color: 7852176.

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

Color convert

RGB144208119-
CMYK0.3100.430.18
HSL103.15º48.63%64.12%-
HSV(B)103.15º42.79%81.57%-
XYZ37.3952.3725.59-
YUV178.7294.3103.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.57%
GREEN value IS 208 (81.64% from 255) = 44.16%
BLUE value IS 119 (46.88% from 255) = 25.27%
R=30.57%
G=44.16%
B=25.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1442081190.3100.430.18103.1548.6364.12
Hex90D0771F02B12673140
Octal220320167370532214761100
Binary100100001101000011101111111101010111001011001111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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