#95A978

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

Shades of Olivine #95A978

Tints of Olivine #95A978

Color information

#95A978 (or 0x95A978) is unknown color: approx Olivine. HEX triplet: 95, A9 and 78. RGB value is (149,169,120). Sum of RGB (Red+Green+Blue) = 149+169+120=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 169 - color contains mainly: green. Hex color #95A978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A978 is #6A5687. Grayscale: #9D9D9D. Windows color (decimal): -6968968 or 7907733. OLE color: 7907733.

HSL color Cylindrical-coordinate representation of color #95A978: hue angle of 84.49º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95A978 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB149169120-
CMYK0.1200.290.34
HSL84.49º22.17%56.67%-
HSV(B)84.49º28.99%66.27%-
XYZ29.9736.1223.16-
YUV157.43106.87121.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.02%
GREEN value IS 169 (66.41% from 255) = 38.58%
BLUE value IS 120 (47.27% from 255) = 27.40%
R=34.02%
G=38.58%
B=27.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1491691200.1200.290.3484.4922.1756.67
Hex95A978C01D22541639
Octal22525117014035421242671
Binary100101011010100111110001100011101100010101010010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,169,120); }

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

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

 a { background-color: rgb(149,169,120); }

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

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

 span { border-color: rgb(149,169,120); }

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