#91D072

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

Shades of Gossip #91D072

Tints of Gossip #91D072

Color information

#91D072 (or 0x91D072) is unknown color: approx Gossip. HEX triplet: 91, D0 and 72. RGB value is (145,208,114). Sum of RGB (Red+Green+Blue) = 145+208+114=467 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.05% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #91D072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91D072 is #6E2F8D. Grayscale: #B2B2B2. Windows color (decimal): -7221134 or 7524497. OLE color: 7524497.

HSL color Cylindrical-coordinate representation of color #91D072: hue angle of 100.21º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #91D072 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB145208114-
CMYK0.3000.450.18
HSL100.21º50%63.14%-
HSV(B)100.21º45.19%81.57%-
XYZ37.2752.3524.06-
YUV178.4591.63104.14-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.05%
GREEN value IS 208 (81.64% from 255) = 44.54%
BLUE value IS 114 (44.92% from 255) = 24.41%
R=31.05%
G=44.54%
B=24.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1452081140.3000.450.18100.215063.14
Hex91D0721E02D1264323f
Octal22132016236055221446277
Binary10010001110100001110010111100101101100101100100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91D072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91D072; }

 p { color: rgb(145,208,114); }

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

<style>
 a { background-color: #91D072; }

 a { background-color: rgb(145,208,114); }

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

<style>
 span { border-color: #91D072; }

 span { border-color: rgb(145,208,114); }

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