#A6C667

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

Shades of Olivine #A6C667

Tints of Olivine #A6C667

Color information

#A6C667 (or 0xA6C667) is unknown color: approx Olivine. HEX triplet: A6, C6 and 67. RGB value is (166,198,103). Sum of RGB (Red+Green+Blue) = 166+198+103=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 103 (40.62% from 255 or 22.06% from 467); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C667 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C667 is #593998. Grayscale: #B1B1B1. Windows color (decimal): -5847449 or 6801062. OLE color: 6801062.

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

Color convert

RGB166198103-
CMYK0.1600.480.22
HSL80.21º45.45%59.02%-
HSV(B)80.21º47.98%77.65%-
XYZ38.3749.4720.36-
YUV177.685.9119.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.55%
GREEN value IS 198 (77.73% from 255) = 42.40%
BLUE value IS 103 (40.62% from 255) = 22.06%
R=35.55%
G=42.40%
B=22.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1661981030.1600.480.2280.2145.4559.02
HexA6C6671003016502d3b
Octal24630614720060261205573
Binary10100110110001101100111100000110000101101010000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C667; }

 p { color: rgb(166,198,103); }

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

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

 a { background-color: rgb(166,198,103); }

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

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

 span { border-color: rgb(166,198,103); }

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