#94A77B

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

Shades of Olivine #94A77B

Tints of Olivine #94A77B

Color information

#94A77B (or 0x94A77B) is unknown color: approx Olivine. HEX triplet: 94, A7 and 7B. RGB value is (148,167,123). Sum of RGB (Red+Green+Blue) = 148+167+123=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 167 - color contains mainly: green. Hex color #94A77B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A77B is #6B5884. Grayscale: #9C9C9C. Windows color (decimal): -7035013 or 8103828. OLE color: 8103828.

HSL color Cylindrical-coordinate representation of color #94A77B: hue angle of 85.91º 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 #94A77B is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB148167123-
CMYK0.1100.260.35
HSL85.91º20%56.86%-
HSV(B)85.91º26.35%65.49%-
XYZ29.6135.3624-
YUV156.3109.21122.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.79%
GREEN value IS 167 (65.62% from 255) = 38.13%
BLUE value IS 123 (48.44% from 255) = 28.08%
R=33.79%
G=38.13%
B=28.08%

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
Decimal1481671230.1100.260.3585.912056.86
Hex94A77BB01A23561439
Octal22424717313032431262471
Binary100101001010011111110111011011010100011101011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A77B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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