#A7CE72

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

Shades of Olivine #A7CE72

Tints of Olivine #A7CE72

Color information

#A7CE72 (or 0xA7CE72) is unknown color: approx Olivine. HEX triplet: A7, CE and 72. RGB value is (167,206,114). Sum of RGB (Red+Green+Blue) = 167+206+114=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 206 - color contains mainly: green. Hex color #A7CE72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CE72 is #58318D. Grayscale: #B8B8B8. Windows color (decimal): -5779854 or 7524007. OLE color: 7524007.

HSL color Cylindrical-coordinate representation of color #A7CE72: hue angle of 85.43º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A7CE72 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB167206114-
CMYK0.1900.450.19
HSL85.43º48.42%62.75%-
HSV(B)85.43º44.66%80.78%-
XYZ41.0453.5724.1-
YUV183.8588.58115.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.29%
GREEN value IS 206 (80.86% from 255) = 42.30%
BLUE value IS 114 (44.92% from 255) = 23.41%
R=34.29%
G=42.30%
B=23.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1672061140.1900.450.1985.4348.4262.75
HexA7CE721302D1355303f
Octal24731616223055231256077
Binary10100111110011101110010100110101101100111010101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CE72; }

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

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

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

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

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

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

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

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