#A3C774

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

Shades of Olivine #A3C774

Tints of Olivine #A3C774

Color information

#A3C774 (or 0xA3C774) is unknown color: approx Olivine. HEX triplet: A3, C7 and 74. RGB value is (163,199,116). Sum of RGB (Red+Green+Blue) = 163+199+116=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 199 - color contains mainly: green. Hex color #A3C774 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C774 is #5C388B. Grayscale: #B3B3B3. Windows color (decimal): -6043788 or 7653283. OLE color: 7653283.

HSL color Cylindrical-coordinate representation of color #A3C774: hue angle of 86.02º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A3C774 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB163199116-
CMYK0.1800.420.22
HSL86.02º42.56%61.76%-
HSV(B)86.02º41.71%78.04%-
XYZ38.6849.8924.11-
YUV178.7792.57116.75-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.10%
GREEN value IS 199 (78.12% from 255) = 41.63%
BLUE value IS 116 (45.70% from 255) = 24.27%
R=34.10%
G=41.63%
B=24.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1631991160.1800.420.2286.0242.5661.76
HexA3C7741202A16562b3e
Octal24330716422052261265376
Binary10100011110001111110100100100101010101101010110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C774; }

 p { color: rgb(163,199,116); }

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

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

 a { background-color: rgb(163,199,116); }

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

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

 span { border-color: rgb(163,199,116); }

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