#A1BF75

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

Shades of Olivine #A1BF75

Tints of Olivine #A1BF75

Color information

#A1BF75 (or 0xA1BF75) is unknown color: approx Olivine. HEX triplet: A1, BF and 75. RGB value is (161,191,117). Sum of RGB (Red+Green+Blue) = 161+191+117=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BF75 is #5E408A. Grayscale: #ADADAD. Windows color (decimal): -6176907 or 7716769. OLE color: 7716769.

HSL color Cylindrical-coordinate representation of color #A1BF75: hue angle of 84.32º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1BF75 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB161191117-
CMYK0.1600.390.25
HSL84.32º36.63%60.39%-
HSV(B)84.32º38.74%74.9%-
XYZ36.5446.1223.81-
YUV173.5996.06119.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.33%
GREEN value IS 191 (75% from 255) = 40.72%
BLUE value IS 117 (46.09% from 255) = 24.95%
R=34.33%
G=40.72%
B=24.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611911170.1600.390.2584.3236.6360.39
HexA1BF75100271954253c
Octal24127716520047311244574
Binary10100001101111111110101100000100111110011010100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BF75; }

 p { color: rgb(161,191,117); }

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

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

 a { background-color: rgb(161,191,117); }

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

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

 span { border-color: rgb(161,191,117); }

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