#A5B76F

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

Shades of Olivine #A5B76F

Tints of Olivine #A5B76F

Color information

#A5B76F (or 0xA5B76F) is unknown color: approx Olivine. HEX triplet: A5, B7 and 6F. RGB value is (165,183,111). Sum of RGB (Red+Green+Blue) = 165+183+111=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 183 (71.88% from 255 or 39.87% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B76F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B76F is #5A4890. Grayscale: #A9A9A9. Windows color (decimal): -5916817 or 7321509. OLE color: 7321509.

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

Color convert

RGB165183111-
CMYK0.1000.390.28
HSL75º33.33%57.65%-
HSV(B)75º39.34%71.76%-
XYZ35.3243.0121.48-
YUV169.4195.04124.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.95%
GREEN value IS 183 (71.88% from 255) = 39.87%
BLUE value IS 111 (43.75% from 255) = 24.18%
R=35.95%
G=39.87%
B=24.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1651831110.1000.390.287533.3357.65
HexA5B76FA0271C4b213a
Octal24526715712047341134172
Binary1010010110110111110111110100100111111001001011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B76F; }

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

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

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

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

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

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

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

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