#A6CA69

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

Shades of Olivine #A6CA69

Tints of Olivine #A6CA69

Color information

#A6CA69 (or 0xA6CA69) is unknown color: approx Olivine. HEX triplet: A6, CA and 69. RGB value is (166,202,105). Sum of RGB (Red+Green+Blue) = 166+202+105=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 105 (41.41% from 255 or 22.20% from 473); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CA69 is #593596. Grayscale: #B4B4B4. Windows color (decimal): -5846423 or 6933158. OLE color: 6933158.

HSL color Cylindrical-coordinate representation of color #A6CA69: hue angle of 82.27º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A6CA69 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB166202105-
CMYK0.1800.480.21
HSL82.27º47.78%60.2%-
HSV(B)82.27º48.02%79.22%-
XYZ39.451.3721.2-
YUV180.1885.57117.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.10%
GREEN value IS 202 (79.30% from 255) = 42.71%
BLUE value IS 105 (41.41% from 255) = 22.20%
R=35.10%
G=42.71%
B=22.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1662021050.1800.480.2182.2747.7860.2
HexA6CA69120301552303c
Octal24631215122060251226074
Binary10100110110010101101001100100110000101011010010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CA69; }

 p { color: rgb(166,202,105); }

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

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

 a { background-color: rgb(166,202,105); }

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

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

 span { border-color: rgb(166,202,105); }

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