#A1B07A

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

Shades of Olivine #A1B07A

Tints of Olivine #A1B07A

Color information

#A1B07A (or 0xA1B07A) is unknown color: approx Olivine. HEX triplet: A1, B0 and 7A. RGB value is (161,176,122). Sum of RGB (Red+Green+Blue) = 161+176+122=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B07A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B07A is #5E4F85. Grayscale: #A5A5A5. Windows color (decimal): -6180742 or 8040609. OLE color: 8040609.

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

Color convert

RGB161176122-
CMYK0.0900.310.31
HSL76.67º25.47%58.43%-
HSV(B)76.67º30.68%69.02%-
XYZ33.7440.0324.36-
YUV165.36103.53124.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.08%
GREEN value IS 176 (69.14% from 255) = 38.34%
BLUE value IS 122 (48.05% from 255) = 26.58%
R=35.08%
G=38.34%
B=26.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611761220.0900.310.3176.6725.4758.43
HexA1B07A901F1F4d193a
Octal24126017211037371153172
Binary10100001101100001111010100101111111111100110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B07A; }

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

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

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

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

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

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

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

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