#94B179

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

Shades of Olivine #94B179

Tints of Olivine #94B179

Color information

#94B179 (or 0x94B179) is unknown color: approx Olivine. HEX triplet: 94, B1 and 79. RGB value is (148,177,121). Sum of RGB (Red+Green+Blue) = 148+177+121=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 177 (69.53% from 255 or 39.69% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 177 - color contains mainly: green. Hex color #94B179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94B179 is #6B4E86. Grayscale: #A2A2A2. Windows color (decimal): -7032455 or 7975316. OLE color: 7975316.

HSL color Cylindrical-coordinate representation of color #94B179: hue angle of 91.07º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94B179 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB148177121-
CMYK0.1600.320.31
HSL91.07º26.42%58.43%-
HSV(B)91.07º31.64%69.41%-
XYZ31.3939.1223.99-
YUV161.95104.89118.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.18%
GREEN value IS 177 (69.53% from 255) = 39.69%
BLUE value IS 121 (47.66% from 255) = 27.13%
R=33.18%
G=39.69%
B=27.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481771210.1600.320.3191.0726.4258.43
Hex94B179100201F5b1a3a
Octal22426117120040371333272
Binary1001010010110001111100110000010000011111101101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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