#94AC72

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

Shades of Olivine #94AC72

Tints of Olivine #94AC72

Color information

#94AC72 (or 0x94AC72) is unknown color: approx Olivine. HEX triplet: 94, AC and 72. RGB value is (148,172,114). Sum of RGB (Red+Green+Blue) = 148+172+114=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 172 - color contains mainly: green. Hex color #94AC72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AC72 is #6B538D. Grayscale: #9E9E9E. Windows color (decimal): -7033742 or 7515284. OLE color: 7515284.

HSL color Cylindrical-coordinate representation of color #94AC72: hue angle of 84.83º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94AC72 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB148172114-
CMYK0.1400.340.33
HSL84.83º25.89%56.08%-
HSV(B)84.83º33.72%67.45%-
XYZ3037.0221.48-
YUV158.21103.05120.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.10%
GREEN value IS 172 (67.58% from 255) = 39.63%
BLUE value IS 114 (44.92% from 255) = 26.27%
R=34.10%
G=39.63%
B=26.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481721140.1400.340.3384.8325.8956.08
Hex94AC72E02221551a38
Octal22425416216042411253270
Binary1001010010101100111001011100100010100001101010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94AC72; }

 p { color: rgb(148,172,114); }

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

<style>
 a { background-color: #94AC72; }

 a { background-color: rgb(148,172,114); }

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

<style>
 span { border-color: #94AC72; }

 span { border-color: rgb(148,172,114); }

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