#A5C673

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

Shades of Olivine #A5C673

Tints of Olivine #A5C673

Color information

#A5C673 (or 0xA5C673) is unknown color: approx Olivine. HEX triplet: A5, C6 and 73. RGB value is (165,198,115). Sum of RGB (Red+Green+Blue) = 165+198+115=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 198 - color contains mainly: green. Hex color #A5C673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C673 is #5A398C. Grayscale: #B2B2B2. Windows color (decimal): -5912973 or 7587493. OLE color: 7587493.

HSL color Cylindrical-coordinate representation of color #A5C673: hue angle of 83.86º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5C673 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB165198115-
CMYK0.1700.420.22
HSL83.86º42.13%61.37%-
HSV(B)83.86º41.92%77.65%-
XYZ38.8149.6323.75-
YUV178.6792.07118.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.52%
GREEN value IS 198 (77.73% from 255) = 41.42%
BLUE value IS 115 (45.31% from 255) = 24.06%
R=34.52%
G=41.42%
B=24.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1651981150.1700.420.2283.8642.1361.37
HexA5C6731102A16542a3d
Octal24530616321052261245275
Binary10100101110001101110011100010101010101101010100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C673; }

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

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

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

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

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

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

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

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