#A5B674

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

Shades of Olivine #A5B674

Tints of Olivine #A5B674

Color information

#A5B674 (or 0xA5B674) is unknown color: approx Olivine. HEX triplet: A5, B6 and 74. RGB value is (165,182,116). Sum of RGB (Red+Green+Blue) = 165+182+116=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 182 (71.48% from 255 or 39.31% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B674 is #5A498B. Grayscale: #A9A9A9. Windows color (decimal): -5917068 or 7648933. OLE color: 7648933.

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

Color convert

RGB165182116-
CMYK0.0900.360.29
HSL75.45º31.13%58.43%-
HSV(B)75.45º36.26%71.37%-
XYZ35.442.7222.9-
YUV169.3997.87124.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.64%
GREEN value IS 182 (71.48% from 255) = 39.31%
BLUE value IS 116 (45.70% from 255) = 25.05%
R=35.64%
G=39.31%
B=25.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651821160.0900.360.2975.4531.1358.43
HexA5B67490241D4b1f3a
Octal24526616411044351133772
Binary101001011011011011101001001010010011101100101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B674; }

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

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

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

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

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

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

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

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