#94A87F

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

Shades of Olivine #94A87F

Tints of Olivine #94A87F

Color information

#94A87F (or 0x94A87F) is unknown color: approx Olivine. HEX triplet: 94, A8 and 7F. RGB value is (148,168,127). Sum of RGB (Red+Green+Blue) = 148+168+127=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 168 - color contains mainly: green. Hex color #94A87F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A87F is #6B5780. Grayscale: #9D9D9D. Windows color (decimal): -7034753 or 8366228. OLE color: 8366228.

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

Color convert

RGB148168127-
CMYK0.1200.240.34
HSL89.27º19.07%57.84%-
HSV(B)89.27º24.4%65.88%-
XYZ30.0535.8325.41-
YUV157.35110.87121.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.41%
GREEN value IS 168 (66.02% from 255) = 37.92%
BLUE value IS 127 (50% from 255) = 28.67%
R=33.41%
G=37.92%
B=28.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1481681270.1200.240.3489.2719.0757.84
Hex94A87FC0182259133a
Octal22425017714030421312372
Binary100101001010100011111111100011000100010101100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,168,127); }

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

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

 a { background-color: rgb(148,168,127); }

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

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

 span { border-color: rgb(148,168,127); }

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