#94AC73

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

Shades of Olivine #94AC73

Tints of Olivine #94AC73

Color information

#94AC73 (or 0x94AC73) is unknown color: approx Olivine. HEX triplet: 94, AC and 73. RGB value is (148,172,115). Sum of RGB (Red+Green+Blue) = 148+172+115=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 172 - color contains mainly: green. Hex color #94AC73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AC73 is #6B538C. Grayscale: #9E9E9E. Windows color (decimal): -7033741 or 7580820. OLE color: 7580820.

HSL color Cylindrical-coordinate representation of color #94AC73: hue angle of 85.26º degrees, saturation: 0.26, 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 #94AC73 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB148172115-
CMYK0.1400.330.33
HSL85.26º25.56%56.27%-
HSV(B)85.26º33.14%67.45%-
XYZ30.0637.0421.78-
YUV158.33103.55120.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.02%
GREEN value IS 172 (67.58% from 255) = 39.54%
BLUE value IS 115 (45.31% from 255) = 26.44%
R=34.02%
G=39.54%
B=26.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481721150.1400.330.3385.2625.5656.27
Hex94AC73E02121551a38
Octal22425416316041411253270
Binary1001010010101100111001111100100001100001101010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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