#a5c665

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

Shades of Olivine #A5C665

Tints of Olivine #A5C665

Color information

#A5C665 (or 0xA5C665) is unknown color: approx Olivine. HEX triplet: A5, C6 and 65. RGB value is (165,198,101). Sum of RGB (Red+Green+Blue) = 165+198+101=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 198 - color contains mainly: green. Hex color #A5C665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C665 is #5A399A. Grayscale: #B1B1B1. Windows color (decimal): -5912987 or 6669989. OLE color: 6669989.

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

Color convert

RGB165198101-
CMYK0.1700.490.22
HSL80.41º45.97%58.63%-
HSV(B)80.41º48.99%77.65%-
XYZ38.0649.3319.83-
YUV177.0885.07119.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.56%
GREEN value IS 198 (77.73% from 255) = 42.67%
BLUE value IS 101 (39.84% from 255) = 21.77%
R=35.56%
G=42.67%
B=21.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1651981010.1700.490.2280.4145.9758.63
HexA5C6651103116502e3b
Octal24530614521061261205673
Binary10100101110001101100101100010110001101101010000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5c665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5c665; }

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

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

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

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

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

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

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

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