#A4C07C

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

Shades of Olivine #A4C07C

Tints of Olivine #A4C07C

Color information

#A4C07C (or 0xA4C07C) is unknown color: approx Olivine. HEX triplet: A4, C0 and 7C. RGB value is (164,192,124). Sum of RGB (Red+Green+Blue) = 164+192+124=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 124 (48.83% from 255 or 25.83% from 480); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C07C is #5B3F83. Grayscale: #B0B0B0. Windows color (decimal): -5980036 or 8175780. OLE color: 8175780.

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

Color convert

RGB164192124-
CMYK0.1500.350.25
HSL84.71º35.05%61.96%-
HSV(B)84.71º35.42%75.29%-
XYZ37.847.0526.16-
YUV175.8898.72119.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.17%
GREEN value IS 192 (75.39% from 255) = 40%
BLUE value IS 124 (48.83% from 255) = 25.83%
R=34.17%
G=40%
B=25.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641921240.1500.350.2584.7135.0561.96
HexA4C07CF0231955233e
Octal24430017417043311254376
Binary1010010011000000111110011110100011110011010101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C07C; }

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

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

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

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

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

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

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

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