#94B579

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

Shades of Olivine #94B579

Tints of Olivine #94B579

Color information

#94B579 (or 0x94B579) is unknown color: approx Olivine. HEX triplet: 94, B5 and 79. RGB value is (148,181,121). Sum of RGB (Red+Green+Blue) = 148+181+121=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 121 (47.66% from 255 or 26.89% from 450); Max value from RGB is 181 - color contains mainly: green. Hex color #94B579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B579 is #6B4A86. Grayscale: #A4A4A4. Windows color (decimal): -7031431 or 7976340. OLE color: 7976340.

HSL color Cylindrical-coordinate representation of color #94B579: hue angle of 93º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94B579 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB148181121-
CMYK0.1800.330.29
HSL93º28.85%59.22%-
HSV(B)93º33.15%70.98%-
XYZ32.1940.7224.25-
YUV164.29103.57116.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.89%
GREEN value IS 181 (71.09% from 255) = 40.22%
BLUE value IS 121 (47.66% from 255) = 26.89%
R=32.89%
G=40.22%
B=26.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481811210.1800.330.299328.8559.22
Hex94B579120211D5d1d3b
Octal22426517122041351353573
Binary1001010010110101111100110010010000111101101110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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