#94A97B

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

Shades of Olivine #94A97B

Tints of Olivine #94A97B

Color information

#94A97B (or 0x94A97B) is unknown color: approx Olivine. HEX triplet: 94, A9 and 7B. RGB value is (148,169,123). Sum of RGB (Red+Green+Blue) = 148+169+123=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 169 - color contains mainly: green. Hex color #94A97B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A97B is #6B5684. Grayscale: #9D9D9D. Windows color (decimal): -7034501 or 8104340. OLE color: 8104340.

HSL color Cylindrical-coordinate representation of color #94A97B: hue angle of 87.39º 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 #94A97B is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB148169123-
CMYK0.1200.270.34
HSL87.39º21.1%57.25%-
HSV(B)87.39º27.22%66.27%-
XYZ29.9836.124.13-
YUV157.48108.54121.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.64%
GREEN value IS 169 (66.41% from 255) = 38.41%
BLUE value IS 123 (48.44% from 255) = 27.95%
R=33.64%
G=38.41%
B=27.95%

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
Decimal1481691230.1200.270.3487.3921.157.25
Hex94A97BC01B22571539
Octal22425117314033421272571
Binary100101001010100111110111100011011100010101011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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