#A4B678

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

Shades of Olivine #A4B678

Tints of Olivine #A4B678

Color information

#A4B678 (or 0xA4B678) is unknown color: approx Olivine. HEX triplet: A4, B6 and 78. RGB value is (164,182,120). Sum of RGB (Red+Green+Blue) = 164+182+120=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 182 - color contains mainly: green. Hex color #A4B678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B678 is #5B4987. Grayscale: #A9A9A9. Windows color (decimal): -5982600 or 7911076. OLE color: 7911076.

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

Color convert

RGB164182120-
CMYK0.1000.340.29
HSL77.42º29.81%59.22%-
HSV(B)77.42º34.07%71.37%-
XYZ35.4342.724.14-
YUV169.55100.04124.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.19%
GREEN value IS 182 (71.48% from 255) = 39.06%
BLUE value IS 120 (47.27% from 255) = 25.75%
R=35.19%
G=39.06%
B=25.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641821200.1000.340.2977.4229.8159.22
HexA4B678A0221D4d1e3b
Octal24426617012042351153673
Binary101001001011011011110001010010001011101100110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B678; }

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

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

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

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

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

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

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

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