#A6BF6F

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

Shades of Olivine #A6BF6F

Tints of Olivine #A6BF6F

Color information

#A6BF6F (or 0xA6BF6F) is unknown color: approx Olivine. HEX triplet: A6, BF and 6F. RGB value is (166,191,111). Sum of RGB (Red+Green+Blue) = 166+191+111=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 191 (75% from 255 or 40.81% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BF6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BF6F is #594090. Grayscale: #AEAEAE. Windows color (decimal): -5849233 or 7323558. OLE color: 7323558.

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

Color convert

RGB166191111-
CMYK0.1300.420.25
HSL78.75º38.46%59.22%-
HSV(B)78.75º41.88%74.9%-
XYZ37.2346.5222.06-
YUV174.492.22122-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.47%
GREEN value IS 191 (75% from 255) = 40.81%
BLUE value IS 111 (43.75% from 255) = 23.72%
R=35.47%
G=40.81%
B=23.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661911110.1300.420.2578.7538.4659.22
HexA6BF6FD02A194f263b
Octal24627715715052311174673
Binary1010011010111111110111111010101010110011001111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BF6F; }

 p { color: rgb(166,191,111); }

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

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

 a { background-color: rgb(166,191,111); }

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

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

 span { border-color: rgb(166,191,111); }

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