#A4B679

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

Shades of Olivine #A4B679

Tints of Olivine #A4B679

Color information

#A4B679 (or 0xA4B679) is unknown color: approx Olivine. HEX triplet: A4, B6 and 79. RGB value is (164,182,121). Sum of RGB (Red+Green+Blue) = 164+182+121=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 121 (47.66% from 255 or 25.91% from 467); Max value from RGB is 182 - color contains mainly: green. Hex color #A4B679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B679 is #5B4986. Grayscale: #A9A9A9. Windows color (decimal): -5982599 or 7976612. OLE color: 7976612.

HSL color Cylindrical-coordinate representation of color #A4B679: hue angle of 77.7º degrees, saturation: 0.29, 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 #A4B679 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB164182121-
CMYK0.1000.340.29
HSL77.7º29.47%59.41%-
HSV(B)77.7º33.52%71.37%-
XYZ35.4942.7324.47-
YUV169.66100.54123.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.12%
GREEN value IS 182 (71.48% from 255) = 38.97%
BLUE value IS 121 (47.66% from 255) = 25.91%
R=35.12%
G=38.97%
B=25.91%

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
Decimal1641821210.1000.340.2977.729.4759.41
HexA4B679A0221D4e1d3b
Octal24426617112042351163573
Binary101001001011011011110011010010001011101100111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B679; }

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

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

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

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

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

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

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

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