#A6BE68

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

Shades of Olivine #A6BE68

Tints of Olivine #A6BE68

Color information

#A6BE68 (or 0xA6BE68) is unknown color: approx Olivine. HEX triplet: A6, BE and 68. RGB value is (166,190,104). Sum of RGB (Red+Green+Blue) = 166+190+104=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 104 (41.02% from 255 or 22.61% from 460); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BE68 is #594197. Grayscale: #ADADAD. Windows color (decimal): -5849496 or 6864550. OLE color: 6864550.

HSL color Cylindrical-coordinate representation of color #A6BE68: hue angle of 76.74º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6BE68 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB166190104-
CMYK0.1300.450.25
HSL76.74º39.81%57.65%-
HSV(B)76.74º45.26%74.51%-
XYZ36.6445.9320.03-
YUV173.0289.05122.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.09%
GREEN value IS 190 (74.61% from 255) = 41.30%
BLUE value IS 104 (41.02% from 255) = 22.61%
R=36.09%
G=41.30%
B=22.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661901040.1300.450.2576.7439.8157.65
HexA6BE68D02D194d283a
Octal24627615015055311155072
Binary1010011010111110110100011010101101110011001101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BE68; }

 p { color: rgb(166,190,104); }

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

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

 a { background-color: rgb(166,190,104); }

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

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

 span { border-color: rgb(166,190,104); }

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