#A7CA72

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

Shades of Olivine #A7CA72

Tints of Olivine #A7CA72

Color information

#A7CA72 (or 0xA7CA72) is unknown color: approx Olivine. HEX triplet: A7, CA and 72. RGB value is (167,202,114). Sum of RGB (Red+Green+Blue) = 167+202+114=483 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.58% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CA72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CA72 is #58358D. Grayscale: #B5B5B5. Windows color (decimal): -5780878 or 7522983. OLE color: 7522983.

HSL color Cylindrical-coordinate representation of color #A7CA72: hue angle of 83.86º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A7CA72 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB167202114-
CMYK0.1700.440.21
HSL83.86º45.36%61.96%-
HSV(B)83.86º43.56%79.22%-
XYZ40.0951.6723.78-
YUV181.589.9117.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.58%
GREEN value IS 202 (79.30% from 255) = 41.82%
BLUE value IS 114 (44.92% from 255) = 23.60%
R=34.58%
G=41.82%
B=23.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1672021140.1700.440.2183.8645.3661.96
HexA7CA721102C15542d3e
Octal24731216221054251245576
Binary10100111110010101110010100010101100101011010100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CA72; }

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

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

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

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

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

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

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

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