#95AF76

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

Shades of Olivine #95AF76

Tints of Olivine #95AF76

Color information

#95AF76 (or 0x95AF76) is unknown color: approx Olivine. HEX triplet: 95, AF and 76. RGB value is (149,175,118). Sum of RGB (Red+Green+Blue) = 149+175+118=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 175 - color contains mainly: green. Hex color #95AF76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AF76 is #6A5089. Grayscale: #A0A0A0. Windows color (decimal): -6967434 or 7778197. OLE color: 7778197.

HSL color Cylindrical-coordinate representation of color #95AF76: hue angle of 87.37º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95AF76 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB149175118-
CMYK0.1500.330.31
HSL87.37º26.27%57.45%-
HSV(B)87.37º32.57%68.63%-
XYZ30.9938.3622.91-
YUV160.73103.89119.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.71%
GREEN value IS 175 (68.75% from 255) = 39.59%
BLUE value IS 118 (46.48% from 255) = 26.70%
R=33.71%
G=39.59%
B=26.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491751180.1500.330.3187.3726.2757.45
Hex95AF76F0211F571a39
Octal22525716617041371273271
Binary100101011010111111101101111010000111111101011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,175,118); }

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

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

 a { background-color: rgb(149,175,118); }

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

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

 span { border-color: rgb(149,175,118); }

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