#A4B777

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

Shades of Olivine #A4B777

Tints of Olivine #A4B777

Color information

#A4B777 (or 0xA4B777) is unknown color: approx Olivine. HEX triplet: A4, B7 and 77. RGB value is (164,183,119). Sum of RGB (Red+Green+Blue) = 164+183+119=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B777 is #5B4888. Grayscale: #AAAAAA. Windows color (decimal): -5982345 or 7845796. OLE color: 7845796.

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

Color convert

RGB164183119-
CMYK0.1000.350.28
HSL77.81º30.77%59.22%-
HSV(B)77.81º34.97%71.76%-
XYZ35.5743.0923.9-
YUV170.0299.21123.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.19%
GREEN value IS 183 (71.88% from 255) = 39.27%
BLUE value IS 119 (46.88% from 255) = 25.54%
R=35.19%
G=39.27%
B=25.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1641831190.1000.350.2877.8130.7759.22
HexA4B777A0231C4e1f3b
Octal24426716712043341163773
Binary101001001011011111101111010010001111100100111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B777; }

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

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

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

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

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

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

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

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