#95AC74

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

Shades of Olivine #95AC74

Tints of Olivine #95AC74

Color information

#95AC74 (or 0x95AC74) is unknown color: approx Olivine. HEX triplet: 95, AC and 74. RGB value is (149,172,116). Sum of RGB (Red+Green+Blue) = 149+172+116=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 172 - color contains mainly: green. Hex color #95AC74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AC74 is #6A538B. Grayscale: #9E9E9E. Windows color (decimal): -6968204 or 7646357. OLE color: 7646357.

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

Color convert

RGB149172116-
CMYK0.1300.330.33
HSL84.64º25.23%56.47%-
HSV(B)84.64º32.56%67.45%-
XYZ30.337.1622.1-
YUV158.74103.88121.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.10%
GREEN value IS 172 (67.58% from 255) = 39.36%
BLUE value IS 116 (45.70% from 255) = 26.54%
R=34.10%
G=39.36%
B=26.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491721160.1300.330.3384.6425.2356.47
Hex95AC74D02121551938
Octal22525416415041411253170
Binary1001010110101100111010011010100001100001101010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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