#A1B66F

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

Shades of Olivine #A1B66F

Tints of Olivine #A1B66F

Color information

#A1B66F (or 0xA1B66F) is unknown color: approx Olivine. HEX triplet: A1, B6 and 6F. RGB value is (161,182,111). Sum of RGB (Red+Green+Blue) = 161+182+111=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 182 (71.48% from 255 or 40.09% from 454); Blue value is 111 (43.75% from 255 or 24.45% from 454); Max value from RGB is 182 - color contains mainly: green. Hex color #A1B66F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B66F is #5E4990. Grayscale: #A7A7A7. Windows color (decimal): -6179217 or 7321249. OLE color: 7321249.

HSL color Cylindrical-coordinate representation of color #A1B66F: hue angle of 77.75º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1B66F is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB161182111-
CMYK0.1200.390.29
HSL77.75º32.72%57.45%-
HSV(B)77.75º39.01%71.37%-
XYZ34.342.1821.37-
YUV167.6396.04123.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.46%
GREEN value IS 182 (71.48% from 255) = 40.09%
BLUE value IS 111 (43.75% from 255) = 24.45%
R=35.46%
G=40.09%
B=24.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611821110.1200.390.2977.7532.7257.45
HexA1B66FC0271D4e2139
Octal24126615714047351164171
Binary1010000110110110110111111000100111111011001110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B66F; }

 p { color: rgb(161,182,111); }

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

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

 a { background-color: rgb(161,182,111); }

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

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

 span { border-color: rgb(161,182,111); }

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