#A1B772

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

Shades of Olivine #A1B772

Tints of Olivine #A1B772

Color information

#A1B772 (or 0xA1B772) is unknown color: approx Olivine. HEX triplet: A1, B7 and 72. RGB value is (161,183,114). Sum of RGB (Red+Green+Blue) = 161+183+114=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B772 is #5E488D. Grayscale: #A8A8A8. Windows color (decimal): -6178958 or 7518113. OLE color: 7518113.

HSL color Cylindrical-coordinate representation of color #A1B772: hue angle of 79.13º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A1B772 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB161183114-
CMYK0.1200.380.28
HSL79.13º32.39%58.24%-
HSV(B)79.13º37.7%71.76%-
XYZ34.6742.6622.33-
YUV168.5697.21122.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.15%
GREEN value IS 183 (71.88% from 255) = 39.96%
BLUE value IS 114 (44.92% from 255) = 24.89%
R=35.15%
G=39.96%
B=24.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611831140.1200.380.2879.1332.3958.24
HexA1B772C0261C4f203a
Octal24126716214046341174072
Binary1010000110110111111001011000100110111001001111100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B772; }

 p { color: rgb(161,183,114); }

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

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

 a { background-color: rgb(161,183,114); }

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

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

 span { border-color: rgb(161,183,114); }

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