#A6C76A

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

Shades of Olivine #A6C76A

Tints of Olivine #A6C76A

Color information

#A6C76A (or 0xA6C76A) is unknown color: approx Olivine. HEX triplet: A6, C7 and 6A. RGB value is (166,199,106). Sum of RGB (Red+Green+Blue) = 166+199+106=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 199 (78.12% from 255 or 42.25% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 199 - color contains mainly: green. Hex color #A6C76A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C76A is #593895. Grayscale: #B2B2B2. Windows color (decimal): -5847190 or 6997926. OLE color: 6997926.

HSL color Cylindrical-coordinate representation of color #A6C76A: hue angle of 81.29º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A6C76A is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB166199106-
CMYK0.1700.470.22
HSL81.29º45.37%59.8%-
HSV(B)81.29º46.73%78.04%-
XYZ38.7549.9921.24-
YUV178.5387.07119.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.24%
GREEN value IS 199 (78.12% from 255) = 42.25%
BLUE value IS 106 (41.80% from 255) = 22.51%
R=35.24%
G=42.25%
B=22.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1661991060.1700.470.2281.2945.3759.8
HexA6C76A1102F16512d3c
Octal24630715221057261215574
Binary10100110110001111101010100010101111101101010001101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C76A; }

 p { color: rgb(166,199,106); }

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

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

 a { background-color: rgb(166,199,106); }

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

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

 span { border-color: rgb(166,199,106); }

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