#A4C070

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

Shades of Olivine #A4C070

Tints of Olivine #A4C070

Color information

#A4C070 (or 0xA4C070) is unknown color: approx Olivine. HEX triplet: A4, C0 and 70. RGB value is (164,192,112). Sum of RGB (Red+Green+Blue) = 164+192+112=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C070 is #5B3F8F. Grayscale: #AEAEAE. Windows color (decimal): -5980048 or 7389348. OLE color: 7389348.

HSL color Cylindrical-coordinate representation of color #A4C070: hue angle of 81º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A4C070 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB164192112-
CMYK0.1500.420.25
HSL81º38.83%59.61%-
HSV(B)81º41.67%75.29%-
XYZ37.0846.7622.4-
YUV174.5192.72120.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.04%
GREEN value IS 192 (75.39% from 255) = 41.03%
BLUE value IS 112 (44.14% from 255) = 23.93%
R=35.04%
G=41.03%
B=23.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641921120.1500.420.258138.8359.61
HexA4C070F02A1951273c
Octal24430016017052311214774
Binary1010010011000000111000011110101010110011010001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C070; }

 p { color: rgb(164,192,112); }

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

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

 a { background-color: rgb(164,192,112); }

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

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

 span { border-color: rgb(164,192,112); }

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