#A4B778

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

Shades of Olivine #A4B778

Tints of Olivine #A4B778

Color information

#A4B778 (or 0xA4B778) is unknown color: approx Olivine. HEX triplet: A4, B7 and 78. RGB value is (164,183,120). Sum of RGB (Red+Green+Blue) = 164+183+120=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B778 is #5B4887. Grayscale: #AAAAAA. Windows color (decimal): -5982344 or 7911332. OLE color: 7911332.

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

Color convert

RGB164183120-
CMYK0.1000.340.28
HSL78.1º30.43%59.41%-
HSV(B)78.1º34.43%71.76%-
XYZ35.6343.1224.21-
YUV170.1499.71123.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.12%
GREEN value IS 183 (71.88% from 255) = 39.19%
BLUE value IS 120 (47.27% from 255) = 25.70%
R=35.12%
G=39.19%
B=25.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1641831200.1000.340.2878.130.4359.41
HexA4B778A0221C4e1e3b
Octal24426717012042341163673
Binary101001001011011111110001010010001011100100111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B778; }

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

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

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

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

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

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

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

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