#A6B872

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

Shades of Olivine #A6B872

Tints of Olivine #A6B872

Color information

#A6B872 (or 0xA6B872) is unknown color: approx Olivine. HEX triplet: A6, B8 and 72. RGB value is (166,184,114). Sum of RGB (Red+Green+Blue) = 166+184+114=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B872 is #59478D. Grayscale: #AAAAAA. Windows color (decimal): -5851022 or 7518374. OLE color: 7518374.

HSL color Cylindrical-coordinate representation of color #A6B872: hue angle of 75.43º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A6B872 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB166184114-
CMYK0.1000.380.28
HSL75.43º33.02%58.43%-
HSV(B)75.43º38.04%72.16%-
XYZ35.943.622.44-
YUV170.6496.04124.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.78%
GREEN value IS 184 (72.27% from 255) = 39.66%
BLUE value IS 114 (44.92% from 255) = 24.57%
R=35.78%
G=39.66%
B=24.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1661841140.1000.380.2875.4333.0258.43
HexA6B872A0261C4b213a
Octal24627016212046341134172
Binary1010011010111000111001010100100110111001001011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B872; }

 p { color: rgb(166,184,114); }

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

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

 a { background-color: rgb(166,184,114); }

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

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

 span { border-color: rgb(166,184,114); }

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