#95D675

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

Shades of Gossip #95D675

Tints of Gossip #95D675

Color information

#95D675 (or 0x95D675) is unknown color: approx Gossip. HEX triplet: 95, D6 and 75. RGB value is (149,214,117). Sum of RGB (Red+Green+Blue) = 149+214+117=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 117 (46.09% from 255 or 24.38% from 480); Max value from RGB is 214 - color contains mainly: green. Hex color #95D675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D675 is #6A298A. Grayscale: #B7B7B7. Windows color (decimal): -6957451 or 7722645. OLE color: 7722645.

HSL color Cylindrical-coordinate representation of color #95D675: hue angle of 100.21º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #95D675 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB149214117-
CMYK0.3000.450.16
HSL100.21º54.19%64.9%-
HSV(B)100.21º45.33%83.92%-
XYZ39.6555.7725.5-
YUV183.5190.47103.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.04%
GREEN value IS 214 (83.98% from 255) = 44.58%
BLUE value IS 117 (46.09% from 255) = 24.38%
R=31.04%
G=44.58%
B=24.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492141170.3000.450.16100.2154.1964.9
Hex95D6751E02D10643641
Octal225326165360552014466101
Binary100101011101011011101011111001011011000011001001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95D675; }

 p { color: rgb(149,214,117); }

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

<style>
 a { background-color: #95D675; }

 a { background-color: rgb(149,214,117); }

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

<style>
 span { border-color: #95D675; }

 span { border-color: rgb(149,214,117); }

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