#A5C372

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

Shades of Olivine #A5C372

Tints of Olivine #A5C372

Color information

#A5C372 (or 0xA5C372) is unknown color: approx Olivine. HEX triplet: A5, C3 and 72. RGB value is (165,195,114). Sum of RGB (Red+Green+Blue) = 165+195+114=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 114 (44.92% from 255 or 24.05% from 474); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C372 is #5A3C8D. Grayscale: #B1B1B1. Windows color (decimal): -5913742 or 7521189. OLE color: 7521189.

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

Color convert

RGB165195114-
CMYK0.1500.420.24
HSL82.22º40.3%60.59%-
HSV(B)82.22º41.54%76.47%-
XYZ38.0748.2423.23-
YUV176.892.56119.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.81%
GREEN value IS 195 (76.56% from 255) = 41.14%
BLUE value IS 114 (44.92% from 255) = 24.05%
R=34.81%
G=41.14%
B=24.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651951140.1500.420.2482.2240.360.59
HexA5C372F02A1852283d
Octal24530316217052301225075
Binary1010010111000011111001011110101010110001010010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C372; }

 p { color: rgb(165,195,114); }

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

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

 a { background-color: rgb(165,195,114); }

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

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

 span { border-color: rgb(165,195,114); }

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