#A6D06B

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

Shades of Olivine #A6D06B

Tints of Olivine #A6D06B

Color information

#A6D06B (or 0xA6D06B) is unknown color: approx Olivine. HEX triplet: A6, D0 and 6B. RGB value is (166,208,107). Sum of RGB (Red+Green+Blue) = 166+208+107=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D06B is #592F94. Grayscale: #B8B8B8. Windows color (decimal): -5844885 or 7065766. OLE color: 7065766.

HSL color Cylindrical-coordinate representation of color #A6D06B: hue angle of 84.95º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6D06B is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB166208107-
CMYK0.2000.490.18
HSL84.95º51.79%61.76%-
HSV(B)84.95º48.56%81.57%-
XYZ40.9454.2822.23-
YUV183.9384.59115.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.51%
GREEN value IS 208 (81.64% from 255) = 43.24%
BLUE value IS 107 (42.19% from 255) = 22.25%
R=34.51%
G=43.24%
B=22.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1662081070.2000.490.1884.9551.7961.76
HexA6D06B140311255343e
Octal24632015324061221256476
Binary10100110110100001101011101000110001100101010101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D06B; }

 p { color: rgb(166,208,107); }

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

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

 a { background-color: rgb(166,208,107); }

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

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

 span { border-color: rgb(166,208,107); }

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