#A5B66F

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

Shades of Olivine #A5B66F

Tints of Olivine #A5B66F

Color information

#A5B66F (or 0xA5B66F) is unknown color: approx Olivine. HEX triplet: A5, B6 and 6F. RGB value is (165,182,111). Sum of RGB (Red+Green+Blue) = 165+182+111=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 182 (71.48% from 255 or 39.74% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B66F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B66F is #5A4990. Grayscale: #A9A9A9. Windows color (decimal): -5917073 or 7321253. OLE color: 7321253.

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

Color convert

RGB165182111-
CMYK0.0900.390.29
HSL74.37º32.72%57.45%-
HSV(B)74.37º39.01%71.37%-
XYZ35.1142.621.41-
YUV168.8295.37125.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.03%
GREEN value IS 182 (71.48% from 255) = 39.74%
BLUE value IS 111 (43.75% from 255) = 24.24%
R=36.03%
G=39.74%
B=24.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651821110.0900.390.2974.3732.7257.45
HexA5B66F90271D4a2139
Octal24526615711047351124171
Binary1010010110110110110111110010100111111011001010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B66F; }

 p { color: rgb(165,182,111); }

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

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

 a { background-color: rgb(165,182,111); }

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

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

 span { border-color: rgb(165,182,111); }

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