#94A77C

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

Shades of Olivine #94A77C

Tints of Olivine #94A77C

Color information

#94A77C (or 0x94A77C) is unknown color: approx Olivine. HEX triplet: 94, A7 and 7C. RGB value is (148,167,124). Sum of RGB (Red+Green+Blue) = 148+167+124=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 167 (65.62% from 255 or 38.04% from 439); Blue value is 124 (48.83% from 255 or 28.25% from 439); Max value from RGB is 167 - color contains mainly: green. Hex color #94A77C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A77C is #6B5883. Grayscale: #9C9C9C. Windows color (decimal): -7035012 or 8169364. OLE color: 8169364.

HSL color Cylindrical-coordinate representation of color #94A77C: hue angle of 86.51º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94A77C is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB148167124-
CMYK0.1100.260.35
HSL86.51º19.63%57.06%-
HSV(B)86.51º25.75%65.49%-
XYZ29.6735.3924.34-
YUV156.42109.71122-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.71%
GREEN value IS 167 (65.62% from 255) = 38.04%
BLUE value IS 124 (48.83% from 255) = 28.25%
R=33.71%
G=38.04%
B=28.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1481671240.1100.260.3586.5119.6357.06
Hex94A77CB01A23571439
Octal22424717413032431272471
Binary100101001010011111111001011011010100011101011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,167,124); }

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

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

 a { background-color: rgb(148,167,124); }

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

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

 span { border-color: rgb(148,167,124); }

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