#95B579

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

Shades of Olivine #95B579

Tints of Olivine #95B579

Color information

#95B579 (or 0x95B579) is unknown color: approx Olivine. HEX triplet: 95, B5 and 79. RGB value is (149,181,121). Sum of RGB (Red+Green+Blue) = 149+181+121=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 121 (47.66% from 255 or 26.83% from 451); Max value from RGB is 181 - color contains mainly: green. Hex color #95B579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B579 is #6A4A86. Grayscale: #A4A4A4. Windows color (decimal): -6965895 or 7976341. OLE color: 7976341.

HSL color Cylindrical-coordinate representation of color #95B579: hue angle of 92º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95B579 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB149181121-
CMYK0.1800.330.29
HSL92º28.85%59.22%-
HSV(B)92º33.15%70.98%-
XYZ32.3740.8224.26-
YUV164.59103.4116.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.04%
GREEN value IS 181 (71.09% from 255) = 40.13%
BLUE value IS 121 (47.66% from 255) = 26.83%
R=33.04%
G=40.13%
B=26.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1491811210.1800.330.299228.8559.22
Hex95B579120211D5c1d3b
Octal22526517122041351343573
Binary1001010110110101111100110010010000111101101110011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,181,121); }

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

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

 a { background-color: rgb(149,181,121); }

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

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

 span { border-color: rgb(149,181,121); }

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