#A6BF75

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

Shades of Olivine #A6BF75

Tints of Olivine #A6BF75

Color information

#A6BF75 (or 0xA6BF75) is unknown color: approx Olivine. HEX triplet: A6, BF and 75. RGB value is (166,191,117). Sum of RGB (Red+Green+Blue) = 166+191+117=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BF75 is #59408A. Grayscale: #AFAFAF. Windows color (decimal): -5849227 or 7716774. OLE color: 7716774.

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

Color convert

RGB166191117-
CMYK0.1300.390.25
HSL80.27º36.63%60.39%-
HSV(B)80.27º38.74%74.9%-
XYZ37.5746.6523.85-
YUV175.0995.22121.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.02%
GREEN value IS 191 (75% from 255) = 40.30%
BLUE value IS 117 (46.09% from 255) = 24.68%
R=35.02%
G=40.30%
B=24.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661911170.1300.390.2580.2736.6360.39
HexA6BF75D0271950253c
Octal24627716515047311204574
Binary1010011010111111111010111010100111110011010000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BF75; }

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

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

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

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

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

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

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

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