#94A977

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

Shades of Olivine #94A977

Tints of Olivine #94A977

Color information

#94A977 (or 0x94A977) is unknown color: approx Olivine. HEX triplet: 94, A9 and 77. RGB value is (148,169,119). Sum of RGB (Red+Green+Blue) = 148+169+119=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 169 - color contains mainly: green. Hex color #94A977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A977 is #6B5688. Grayscale: #9D9D9D. Windows color (decimal): -7034505 or 7842196. OLE color: 7842196.

HSL color Cylindrical-coordinate representation of color #94A977: hue angle of 85.2º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94A977 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB148169119-
CMYK0.1200.300.34
HSL85.2º22.52%56.47%-
HSV(B)85.2º29.59%66.27%-
XYZ29.733622.84-
YUV157.02106.54121.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.94%
GREEN value IS 169 (66.41% from 255) = 38.76%
BLUE value IS 119 (46.88% from 255) = 27.29%
R=33.94%
G=38.76%
B=27.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1481691190.1200.300.3485.222.5256.47
Hex94A977C01E22551738
Octal22425116714036421252770
Binary100101001010100111101111100011110100010101010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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