#94AD6D

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

Shades of Olivine #94AD6D

Tints of Olivine #94AD6D

Color information

#94AD6D (or 0x94AD6D) is unknown color: approx Olivine. HEX triplet: 94, AD and 6D. RGB value is (148,173,109). Sum of RGB (Red+Green+Blue) = 148+173+109=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AD6D is #6B5292. Grayscale: #9E9E9E. Windows color (decimal): -7033491 or 7187860. OLE color: 7187860.

HSL color Cylindrical-coordinate representation of color #94AD6D: hue angle of 83.44º degrees, saturation: 0.28, 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 #94AD6D is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB148173109-
CMYK0.1400.370.32
HSL83.44º28.07%55.29%-
HSV(B)83.44º36.99%67.84%-
XYZ29.9237.2920.09-
YUV158.23100.22120.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.42%
GREEN value IS 173 (67.97% from 255) = 40.23%
BLUE value IS 109 (42.97% from 255) = 25.35%
R=34.42%
G=40.23%
B=25.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481731090.1400.370.3283.4428.0755.29
Hex94AD6DE02520531c37
Octal22425515516045401233467
Binary1001010010101101110110111100100101100000101001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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