#A5B673

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

Shades of Olivine #A5B673

Tints of Olivine #A5B673

Color information

#A5B673 (or 0xA5B673) is unknown color: approx Olivine. HEX triplet: A5, B6 and 73. RGB value is (165,182,115). Sum of RGB (Red+Green+Blue) = 165+182+115=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 182 (71.48% from 255 or 39.39% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B673 is #5A498C. Grayscale: #A9A9A9. Windows color (decimal): -5917069 or 7583397. OLE color: 7583397.

HSL color Cylindrical-coordinate representation of color #A5B673: hue angle of 75.22º degrees, saturation: 0.31, 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 #A5B673 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB165182115-
CMYK0.0900.370.29
HSL75.22º31.46%58.24%-
HSV(B)75.22º36.81%71.37%-
XYZ35.3442.6922.6-
YUV169.2897.37124.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.71%
GREEN value IS 182 (71.48% from 255) = 39.39%
BLUE value IS 115 (45.31% from 255) = 24.89%
R=35.71%
G=39.39%
B=24.89%

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
Decimal1651821150.0900.370.2975.2231.4658.24
HexA5B67390251D4b1f3a
Octal24526616311045351133772
Binary101001011011011011100111001010010111101100101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B673; }

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

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

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

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

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

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

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

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