#94AC79

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

Shades of Olivine #94AC79

Tints of Olivine #94AC79

Color information

#94AC79 (or 0x94AC79) is unknown color: approx Olivine. HEX triplet: 94, AC and 79. RGB value is (148,172,121). Sum of RGB (Red+Green+Blue) = 148+172+121=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 121 (47.66% from 255 or 27.44% from 441); Max value from RGB is 172 - color contains mainly: green. Hex color #94AC79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AC79 is #6B5386. Grayscale: #9F9F9F. Windows color (decimal): -7033735 or 7974036. OLE color: 7974036.

HSL color Cylindrical-coordinate representation of color #94AC79: hue angle of 88.24º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94AC79 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB148172121-
CMYK0.1400.300.33
HSL88.24º23.5%57.45%-
HSV(B)88.24º29.65%67.45%-
XYZ30.4237.1823.66-
YUV159.01106.55120.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.56%
GREEN value IS 172 (67.58% from 255) = 39.00%
BLUE value IS 121 (47.66% from 255) = 27.44%
R=33.56%
G=39.00%
B=27.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481721210.1400.300.3388.2423.557.45
Hex94AC79E01E21581839
Octal22425417116036411303071
Binary100101001010110011110011110011110100001101100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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