#94AE6D

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

Shades of Olivine #94AE6D

Tints of Olivine #94AE6D

Color information

#94AE6D (or 0x94AE6D) is unknown color: approx Olivine. HEX triplet: 94, AE and 6D. RGB value is (148,174,109). Sum of RGB (Red+Green+Blue) = 148+174+109=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 174 - color contains mainly: green. Hex color #94AE6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AE6D is #6B5192. Grayscale: #9F9F9F. Windows color (decimal): -7033235 or 7188116. OLE color: 7188116.

HSL color Cylindrical-coordinate representation of color #94AE6D: hue angle of 84º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94AE6D is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB148174109-
CMYK0.1500.370.32
HSL84º28.63%55.49%-
HSV(B)84º37.36%68.24%-
XYZ30.1137.6720.15-
YUV158.8299.89120.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.34%
GREEN value IS 174 (68.36% from 255) = 40.37%
BLUE value IS 109 (42.97% from 255) = 25.29%
R=34.34%
G=40.37%
B=25.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481741090.1500.370.328428.6355.49
Hex94AE6DF02520541d37
Octal22425615517045401243567
Binary1001010010101110110110111110100101100000101010011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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