#94A97E

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

Shades of Olivine #94A97E

Tints of Olivine #94A97E

Color information

#94A97E (or 0x94A97E) is unknown color: approx Olivine. HEX triplet: 94, A9 and 7E. RGB value is (148,169,126). Sum of RGB (Red+Green+Blue) = 148+169+126=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 169 - color contains mainly: green. Hex color #94A97E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A97E is #6B5681. Grayscale: #9D9D9D. Windows color (decimal): -7034498 or 8300948. OLE color: 8300948.

HSL color Cylindrical-coordinate representation of color #94A97E: hue angle of 89.3º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94A97E is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB148169126-
CMYK0.1200.250.34
HSL89.3º20%57.84%-
HSV(B)89.3º25.44%66.27%-
XYZ30.1736.1825.13-
YUV157.82110.04121-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.41%
GREEN value IS 169 (66.41% from 255) = 38.15%
BLUE value IS 126 (49.61% from 255) = 28.44%
R=33.41%
G=38.15%
B=28.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1481691260.1200.250.3489.32057.84
Hex94A97EC0192259143a
Octal22425117614031421312472
Binary100101001010100111111101100011001100010101100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,169,126); }

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

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

 a { background-color: rgb(148,169,126); }

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

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

 span { border-color: rgb(148,169,126); }

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