#94AD7D

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

Shades of Olivine #94AD7D

Tints of Olivine #94AD7D

Color information

#94AD7D (or 0x94AD7D) is unknown color: approx Olivine. HEX triplet: 94, AD and 7D. RGB value is (148,173,125). Sum of RGB (Red+Green+Blue) = 148+173+125=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AD7D is #6B5282. Grayscale: #A0A0A0. Windows color (decimal): -7033475 or 8236436. OLE color: 8236436.

HSL color Cylindrical-coordinate representation of color #94AD7D: hue angle of 91.25º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94AD7D is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB148173125-
CMYK0.1400.280.32
HSL91.25º22.64%58.43%-
HSV(B)91.25º27.75%67.84%-
XYZ30.8637.6625.05-
YUV160.05108.22119.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.18%
GREEN value IS 173 (67.97% from 255) = 38.79%
BLUE value IS 125 (49.22% from 255) = 28.03%
R=33.18%
G=38.79%
B=28.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481731250.1400.280.3291.2522.6458.43
Hex94AD7DE01C205b173a
Octal22425517516034401332772
Binary100101001010110111111011110011100100000101101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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