#94A87A

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

Shades of Olivine #94A87A

Tints of Olivine #94A87A

Color information

#94A87A (or 0x94A87A) is unknown color: approx Olivine. HEX triplet: 94, A8 and 7A. RGB value is (148,168,122). Sum of RGB (Red+Green+Blue) = 148+168+122=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 168 - color contains mainly: green. Hex color #94A87A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A87A is #6B5785. Grayscale: #9C9C9C. Windows color (decimal): -7034758 or 8038548. OLE color: 8038548.

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

Color convert

RGB148168122-
CMYK0.1200.270.34
HSL86.09º20.91%56.86%-
HSV(B)86.09º27.38%65.88%-
XYZ29.7335.7123.74-
YUV156.78108.37121.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.79%
GREEN value IS 168 (66.02% from 255) = 38.36%
BLUE value IS 122 (48.05% from 255) = 27.85%
R=33.79%
G=38.36%
B=27.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1481681220.1200.270.3486.0920.9156.86
Hex94A87AC01B22561539
Octal22425017214033421262571
Binary100101001010100011110101100011011100010101011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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