#A5C179

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

Shades of Olivine #A5C179

Tints of Olivine #A5C179

Color information

#A5C179 (or 0xA5C179) is unknown color: approx Olivine. HEX triplet: A5, C1 and 79. RGB value is (165,193,121). Sum of RGB (Red+Green+Blue) = 165+193+121=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C179 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C179 is #5A3E86. Grayscale: #B0B0B0. Windows color (decimal): -5914247 or 7979429. OLE color: 7979429.

HSL color Cylindrical-coordinate representation of color #A5C179: hue angle of 83.33º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A5C179 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB165193121-
CMYK0.1500.370.24
HSL83.33º36.73%61.57%-
HSV(B)83.33º37.31%75.69%-
XYZ38.0447.5225.26-
YUV176.4296.72119.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.45%
GREEN value IS 193 (75.78% from 255) = 40.29%
BLUE value IS 121 (47.66% from 255) = 25.26%
R=34.45%
G=40.29%
B=25.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651931210.1500.370.2483.3336.7361.57
HexA5C179F0251853253e
Octal24530117117045301234576
Binary1010010111000001111100111110100101110001010011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C179; }

 p { color: rgb(165,193,121); }

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

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

 a { background-color: rgb(165,193,121); }

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

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

 span { border-color: rgb(165,193,121); }

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