#A3B777

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

Shades of Olivine #A3B777

Tints of Olivine #A3B777

Color information

#A3B777 (or 0xA3B777) is unknown color: approx Olivine. HEX triplet: A3, B7 and 77. RGB value is (163,183,119). Sum of RGB (Red+Green+Blue) = 163+183+119=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B777 is #5C4888. Grayscale: #A9A9A9. Windows color (decimal): -6047881 or 7845795. OLE color: 7845795.

HSL color Cylindrical-coordinate representation of color #A3B777: hue angle of 78.75º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3B777 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB163183119-
CMYK0.1100.350.28
HSL78.75º30.77%59.22%-
HSV(B)78.75º34.97%71.76%-
XYZ35.3742.9923.89-
YUV169.7299.37123.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.05%
GREEN value IS 183 (71.88% from 255) = 39.35%
BLUE value IS 119 (46.88% from 255) = 25.59%
R=35.05%
G=39.35%
B=25.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1631831190.1100.350.2878.7530.7759.22
HexA3B777B0231C4f1f3b
Octal24326716713043341173773
Binary101000111011011111101111011010001111100100111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B777; }

 p { color: rgb(163,183,119); }

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

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

 a { background-color: rgb(163,183,119); }

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

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

 span { border-color: rgb(163,183,119); }

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