#A7C372

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

Shades of Olivine #A7C372

Tints of Olivine #A7C372

Color information

#A7C372 (or 0xA7C372) is unknown color: approx Olivine. HEX triplet: A7, C3 and 72. RGB value is (167,195,114). Sum of RGB (Red+Green+Blue) = 167+195+114=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 195 - color contains mainly: green. Hex color #A7C372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C372 is #583C8D. Grayscale: #B1B1B1. Windows color (decimal): -5782670 or 7521191. OLE color: 7521191.

HSL color Cylindrical-coordinate representation of color #A7C372: hue angle of 80.74º 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 #A7C372 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB167195114-
CMYK0.1400.420.24
HSL80.74º40.3%60.59%-
HSV(B)80.74º41.54%76.47%-
XYZ38.4948.4623.24-
YUV177.3992.22120.59-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.08%
GREEN value IS 195 (76.56% from 255) = 40.97%
BLUE value IS 114 (44.92% from 255) = 23.95%
R=35.08%
G=40.97%
B=23.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671951140.1400.420.2480.7440.360.59
HexA7C372E02A1851283d
Octal24730316216052301215075
Binary1010011111000011111001011100101010110001010001101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C372; }

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

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

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

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

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

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

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

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