#94B072

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

Shades of Olivine #94B072

Tints of Olivine #94B072

Color information

#94B072 (or 0x94B072) is unknown color: approx Olivine. HEX triplet: 94, B0 and 72. RGB value is (148,176,114). Sum of RGB (Red+Green+Blue) = 148+176+114=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 176 - color contains mainly: green. Hex color #94B072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94B072 is #6B4F8D. Grayscale: #A0A0A0. Windows color (decimal): -7032718 or 7516308. OLE color: 7516308.

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

Color convert

RGB148176114-
CMYK0.1600.350.31
HSL87.1º28.18%56.86%-
HSV(B)87.1º35.23%69.02%-
XYZ30.7838.5621.74-
YUV160.56101.72119.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.79%
GREEN value IS 176 (69.14% from 255) = 40.18%
BLUE value IS 114 (44.92% from 255) = 26.03%
R=33.79%
G=40.18%
B=26.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481761140.1600.350.3187.128.1856.86
Hex94B072100231F571c39
Octal22426016220043371273471
Binary1001010010110000111001010000010001111111101011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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