#94B079

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

Shades of Olivine #94B079

Tints of Olivine #94B079

Color information

#94B079 (or 0x94B079) is unknown color: approx Olivine. HEX triplet: 94, B0 and 79. RGB value is (148,176,121). Sum of RGB (Red+Green+Blue) = 148+176+121=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 176 (69.14% from 255 or 39.55% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 176 - color contains mainly: green. Hex color #94B079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94B079 is #6B4F86. Grayscale: #A1A1A1. Windows color (decimal): -7032711 or 7975060. OLE color: 7975060.

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

Color convert

RGB148176121-
CMYK0.1600.310.31
HSL90.55º25.82%58.24%-
HSV(B)90.55º31.25%69.02%-
XYZ31.1938.7323.92-
YUV161.36105.22118.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.26%
GREEN value IS 176 (69.14% from 255) = 39.55%
BLUE value IS 121 (47.66% from 255) = 27.19%
R=33.26%
G=39.55%
B=27.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481761210.1600.310.3190.5525.8258.24
Hex94B0791001F1F5b1a3a
Octal22426017120037371333272
Binary100101001011000011110011000001111111111101101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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