#A6BD72

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

Shades of Olivine #A6BD72

Tints of Olivine #A6BD72

Color information

#A6BD72 (or 0xA6BD72) is unknown color: approx Olivine. HEX triplet: A6, BD and 72. RGB value is (166,189,114). Sum of RGB (Red+Green+Blue) = 166+189+114=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BD72 is #59428D. Grayscale: #ADADAD. Windows color (decimal): -5849742 or 7519654. OLE color: 7519654.

HSL color Cylindrical-coordinate representation of color #A6BD72: hue angle of 78.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6BD72 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB166189114-
CMYK0.1200.400.26
HSL78.4º36.23%59.41%-
HSV(B)78.4º39.68%74.12%-
XYZ36.9645.7222.8-
YUV173.5794.38122.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.39%
GREEN value IS 189 (74.22% from 255) = 40.30%
BLUE value IS 114 (44.92% from 255) = 24.31%
R=35.39%
G=40.30%
B=24.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661891140.1200.400.2678.436.2359.41
HexA6BD72C0281A4e243b
Octal24627516214050321164473
Binary1010011010111101111001011000101000110101001110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BD72; }

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

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

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

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

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

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

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

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