#A1B07F

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

Shades of Olivine #A1B07F

Tints of Olivine #A1B07F

Color information

#A1B07F (or 0xA1B07F) is unknown color: approx Olivine. HEX triplet: A1, B0 and 7F. RGB value is (161,176,127). Sum of RGB (Red+Green+Blue) = 161+176+127=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B07F is #5E4F80. Grayscale: #A6A6A6. Windows color (decimal): -6180737 or 8368289. OLE color: 8368289.

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

Color convert

RGB161176127-
CMYK0.0900.280.31
HSL78.37º23.67%59.41%-
HSV(B)78.37º27.84%69.02%-
XYZ34.0540.1626.04-
YUV165.93106.03124.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.70%
GREEN value IS 176 (69.14% from 255) = 37.93%
BLUE value IS 127 (50% from 255) = 27.37%
R=34.70%
G=37.93%
B=27.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611761270.0900.280.3178.3723.6759.41
HexA1B07F901C1F4e183b
Octal24126017711034371163073
Binary10100001101100001111111100101110011111100111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B07F; }

 p { color: rgb(161,176,127); }

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

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

 a { background-color: rgb(161,176,127); }

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

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

 span { border-color: rgb(161,176,127); }

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