#A6BE75

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

Shades of Olivine #A6BE75

Tints of Olivine #A6BE75

Color information

#A6BE75 (or 0xA6BE75) is unknown color: approx Olivine. HEX triplet: A6, BE and 75. RGB value is (166,190,117). Sum of RGB (Red+Green+Blue) = 166+190+117=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BE75 is #59418A. Grayscale: #AEAEAE. Windows color (decimal): -5849483 or 7716518. OLE color: 7716518.

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

Color convert

RGB166190117-
CMYK0.1300.380.25
HSL79.73º35.96%60.2%-
HSV(B)79.73º38.42%74.51%-
XYZ37.3546.2223.78-
YUV174.595.55121.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.10%
GREEN value IS 190 (74.61% from 255) = 40.17%
BLUE value IS 117 (46.09% from 255) = 24.74%
R=35.10%
G=40.17%
B=24.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661901170.1300.380.2579.7335.9660.2
HexA6BE75D0261950243c
Octal24627616515046311204474
Binary1010011010111110111010111010100110110011010000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BE75; }

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

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

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

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

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

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

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

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