#95AD78

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

Shades of Olivine #95AD78

Tints of Olivine #95AD78

Color information

#95AD78 (or 0x95AD78) is unknown color: approx Olivine. HEX triplet: 95, AD and 78. RGB value is (149,173,120). Sum of RGB (Red+Green+Blue) = 149+173+120=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AD78 is #6A5287. Grayscale: #9F9F9F. Windows color (decimal): -6967944 or 7908757. OLE color: 7908757.

HSL color Cylindrical-coordinate representation of color #95AD78: hue angle of 87.17º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95AD78 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB149173120-
CMYK0.1400.310.32
HSL87.17º24.42%57.45%-
HSV(B)87.17º30.64%67.84%-
XYZ30.7337.6323.41-
YUV159.78105.55120.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.71%
GREEN value IS 173 (67.97% from 255) = 39.14%
BLUE value IS 120 (47.27% from 255) = 27.15%
R=33.71%
G=39.14%
B=27.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491731200.1400.310.3287.1724.4257.45
Hex95AD78E01F20571839
Octal22525517016037401273071
Binary100101011010110111110001110011111100000101011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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