#A6B672

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

Shades of Olivine #A6B672

Tints of Olivine #A6B672

Color information

#A6B672 (or 0xA6B672) is unknown color: approx Olivine. HEX triplet: A6, B6 and 72. RGB value is (166,182,114). Sum of RGB (Red+Green+Blue) = 166+182+114=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 182 (71.48% from 255 or 39.39% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B672 is #59498D. Grayscale: #A9A9A9. Windows color (decimal): -5851534 or 7517862. OLE color: 7517862.

HSL color Cylindrical-coordinate representation of color #A6B672: hue angle of 74.12º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A6B672 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB166182114-
CMYK0.0900.370.29
HSL74.12º31.78%58.04%-
HSV(B)74.12º37.36%71.37%-
XYZ35.4942.7822.31-
YUV169.4696.7125.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.93%
GREEN value IS 182 (71.48% from 255) = 39.39%
BLUE value IS 114 (44.92% from 255) = 24.68%
R=35.93%
G=39.39%
B=24.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661821140.0900.370.2974.1231.7858.04
HexA6B67290251D4a203a
Octal24626616211045351124072
Binary1010011010110110111001010010100101111011001010100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B672; }

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

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

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

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

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

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

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

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