#94B46D

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

Shades of Olivine #94B46D

Tints of Olivine #94B46D

Color information

#94B46D (or 0x94B46D) is unknown color: approx Olivine. HEX triplet: 94, B4 and 6D. RGB value is (148,180,109). Sum of RGB (Red+Green+Blue) = 148+180+109=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 180 - color contains mainly: green. Hex color #94B46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B46D is #6B4B92. Grayscale: #A2A2A2. Windows color (decimal): -7031699 or 7189652. OLE color: 7189652.

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

Color convert

RGB148180109-
CMYK0.1800.390.29
HSL87.04º32.13%56.67%-
HSV(B)87.04º39.44%70.59%-
XYZ31.2940.0420.55-
YUV162.3497.9117.77-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.87%
GREEN value IS 180 (70.70% from 255) = 41.19%
BLUE value IS 109 (42.97% from 255) = 24.94%
R=33.87%
G=41.19%
B=24.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481801090.1800.390.2987.0432.1356.67
Hex94B46D120271D572039
Octal22426415522047351274071
Binary10010100101101001101101100100100111111011010111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,180,109); }

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

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

 a { background-color: rgb(148,180,109); }

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

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

 span { border-color: rgb(148,180,109); }

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