#A1B370

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

Shades of Olivine #A1B370

Tints of Olivine #A1B370

Color information

#A1B370 (or 0xA1B370) is unknown color: approx Olivine. HEX triplet: A1, B3 and 70. RGB value is (161,179,112). Sum of RGB (Red+Green+Blue) = 161+179+112=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B370 is #5E4C8F. Grayscale: #A6A6A6. Windows color (decimal): -6179984 or 7386017. OLE color: 7386017.

HSL color Cylindrical-coordinate representation of color #A1B370: hue angle of 76.12º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1B370 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB161179112-
CMYK0.1000.370.30
HSL76.12º30.59%57.06%-
HSV(B)76.12º37.43%70.2%-
XYZ33.7440.9921.46-
YUV165.9897.54124.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.62%
GREEN value IS 179 (70.31% from 255) = 39.60%
BLUE value IS 112 (44.14% from 255) = 24.78%
R=35.62%
G=39.60%
B=24.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1611791120.1000.370.3076.1230.5957.06
HexA1B370A0251E4c1f39
Octal24126316012045361143771
Binary101000011011001111100001010010010111110100110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B370; }

 p { color: rgb(161,179,112); }

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

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

 a { background-color: rgb(161,179,112); }

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

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

 span { border-color: rgb(161,179,112); }

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