#A5C065

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

Shades of Olivine #A5C065

Tints of Olivine #A5C065

Color information

#A5C065 (or 0xA5C065) is unknown color: approx Olivine. HEX triplet: A5, C0 and 65. RGB value is (165,192,101). Sum of RGB (Red+Green+Blue) = 165+192+101=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C065 is #5A3F9A. Grayscale: #ADADAD. Windows color (decimal): -5914523 or 6668453. OLE color: 6668453.

HSL color Cylindrical-coordinate representation of color #A5C065: hue angle of 77.8º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5C065 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB165192101-
CMYK0.1400.470.25
HSL77.8º41.94%57.45%-
HSV(B)77.8º47.4%75.29%-
XYZ36.7246.6419.38-
YUV173.5587.05121.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.03%
GREEN value IS 192 (75.39% from 255) = 41.92%
BLUE value IS 101 (39.84% from 255) = 22.05%
R=36.03%
G=41.92%
B=22.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651921010.1400.470.2577.841.9457.45
HexA5C065E02F194e2a39
Octal24530014516057311165271
Binary1010010111000000110010111100101111110011001110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C065; }

 p { color: rgb(165,192,101); }

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

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

 a { background-color: rgb(165,192,101); }

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

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

 span { border-color: rgb(165,192,101); }

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