#94AB72

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

Shades of Olivine #94AB72

Tints of Olivine #94AB72

Color information

#94AB72 (or 0x94AB72) is unknown color: approx Olivine. HEX triplet: 94, AB and 72. RGB value is (148,171,114). Sum of RGB (Red+Green+Blue) = 148+171+114=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 171 - color contains mainly: green. Hex color #94AB72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AB72 is #6B548D. Grayscale: #9D9D9D. Windows color (decimal): -7033998 or 7515028. OLE color: 7515028.

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

Color convert

RGB148171114-
CMYK0.1300.330.33
HSL84.21º25.33%55.88%-
HSV(B)84.21º33.33%67.06%-
XYZ29.8136.6421.42-
YUV157.62103.38121.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.18%
GREEN value IS 171 (67.19% from 255) = 39.49%
BLUE value IS 114 (44.92% from 255) = 26.33%
R=34.18%
G=39.49%
B=26.33%

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
Decimal1481711140.1300.330.3384.2125.3355.88
Hex94AB72D02121541938
Octal22425316215041411243170
Binary1001010010101011111001011010100001100001101010011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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