#A4B76C

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

Shades of Olivine #A4B76C

Tints of Olivine #A4B76C

Color information

#A4B76C (or 0xA4B76C) is unknown color: approx Olivine. HEX triplet: A4, B7 and 6C. RGB value is (164,183,108). Sum of RGB (Red+Green+Blue) = 164+183+108=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B76C is #5B4893. Grayscale: #A9A9A9. Windows color (decimal): -5982356 or 7124900. OLE color: 7124900.

HSL color Cylindrical-coordinate representation of color #A4B76C: hue angle of 75.2º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A4B76C is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB164183108-
CMYK0.1000.410.28
HSL75.2º34.25%57.06%-
HSV(B)75.2º40.98%71.76%-
XYZ34.9542.8420.61-
YUV168.7793.71124.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.04%
GREEN value IS 183 (71.88% from 255) = 40.22%
BLUE value IS 108 (42.58% from 255) = 23.74%
R=36.04%
G=40.22%
B=23.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1641831080.1000.410.2875.234.2557.06
HexA4B76CA0291C4b2239
Octal24426715412051341134271
Binary1010010010110111110110010100101001111001001011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B76C; }

 p { color: rgb(164,183,108); }

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

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

 a { background-color: rgb(164,183,108); }

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

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

 span { border-color: rgb(164,183,108); }

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