#A1B76C

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

Shades of Olivine #A1B76C

Tints of Olivine #A1B76C

Color information

#A1B76C (or 0xA1B76C) is unknown color: approx Olivine. HEX triplet: A1, B7 and 6C. RGB value is (161,183,108). Sum of RGB (Red+Green+Blue) = 161+183+108=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B76C is #5E4893. Grayscale: #A8A8A8. Windows color (decimal): -6178964 or 7124897. OLE color: 7124897.

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

Color convert

RGB161183108-
CMYK0.1200.410.28
HSL77.6º34.25%57.06%-
HSV(B)77.6º40.98%71.76%-
XYZ34.3442.5320.59-
YUV167.8794.21123.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.62%
GREEN value IS 183 (71.88% from 255) = 40.49%
BLUE value IS 108 (42.58% from 255) = 23.89%
R=35.62%
G=40.49%
B=23.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611831080.1200.410.2877.634.2557.06
HexA1B76CC0291C4e2239
Octal24126715414051341164271
Binary1010000110110111110110011000101001111001001110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B76C; }

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

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

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

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

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

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

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

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