#95AC7C

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

Shades of Olivine #95AC7C

Tints of Olivine #95AC7C

Color information

#95AC7C (or 0x95AC7C) is unknown color: approx Olivine. HEX triplet: 95, AC and 7C. RGB value is (149,172,124). Sum of RGB (Red+Green+Blue) = 149+172+124=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 172 - color contains mainly: green. Hex color #95AC7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AC7C is #6A5383. Grayscale: #9F9F9F. Windows color (decimal): -6968196 or 8170645. OLE color: 8170645.

HSL color Cylindrical-coordinate representation of color #95AC7C: hue angle of 88.75º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95AC7C is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB149172124-
CMYK0.1300.280.33
HSL88.75º22.43%58.04%-
HSV(B)88.75º27.91%67.45%-
XYZ30.7937.3524.66-
YUV159.65107.88120.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.48%
GREEN value IS 172 (67.58% from 255) = 38.65%
BLUE value IS 124 (48.83% from 255) = 27.87%
R=33.48%
G=38.65%
B=27.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491721240.1300.280.3388.7522.4358.04
Hex95AC7CD01C2159163a
Octal22525417415034411312672
Binary100101011010110011111001101011100100001101100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,172,124); }

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

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

 a { background-color: rgb(149,172,124); }

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

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

 span { border-color: rgb(149,172,124); }

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