#A6C372

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

Shades of Olivine #A6C372

Tints of Olivine #A6C372

Color information

#A6C372 (or 0xA6C372) is unknown color: approx Olivine. HEX triplet: A6, C3 and 72. RGB value is (166,195,114). Sum of RGB (Red+Green+Blue) = 166+195+114=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 195 - color contains mainly: green. Hex color #A6C372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C372 is #593C8D. Grayscale: #B1B1B1. Windows color (decimal): -5848206 or 7521190. OLE color: 7521190.

HSL color Cylindrical-coordinate representation of color #A6C372: hue angle of 81.48º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6C372 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB166195114-
CMYK0.1500.420.24
HSL81.48º40.3%60.59%-
HSV(B)81.48º41.54%76.47%-
XYZ38.2848.3523.24-
YUV177.192.39120.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.95%
GREEN value IS 195 (76.56% from 255) = 41.05%
BLUE value IS 114 (44.92% from 255) = 24%
R=34.95%
G=41.05%
B=24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661951140.1500.420.2481.4840.360.59
HexA6C372F02A1851283d
Octal24630316217052301215075
Binary1010011011000011111001011110101010110001010001101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C372; }

 p { color: rgb(166,195,114); }

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

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

 a { background-color: rgb(166,195,114); }

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

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

 span { border-color: rgb(166,195,114); }

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