#A7CE70

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

Shades of Olivine #A7CE70

Tints of Olivine #A7CE70

Color information

#A7CE70 (or 0xA7CE70) is unknown color: approx Olivine. HEX triplet: A7, CE and 70. RGB value is (167,206,112). Sum of RGB (Red+Green+Blue) = 167+206+112=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 206 - color contains mainly: green. Hex color #A7CE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CE70 is #58318F. Grayscale: #B7B7B7. Windows color (decimal): -5779856 or 7392935. OLE color: 7392935.

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

Color convert

RGB167206112-
CMYK0.1900.460.19
HSL84.89º48.96%62.35%-
HSV(B)84.89º45.63%80.78%-
XYZ40.9353.5323.5-
YUV183.6287.58116.14-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.43%
GREEN value IS 206 (80.86% from 255) = 42.47%
BLUE value IS 112 (44.14% from 255) = 23.09%
R=34.43%
G=42.47%
B=23.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1672061120.1900.460.1984.8948.9662.35
HexA7CE701302E1355313e
Octal24731616023056231256176
Binary10100111110011101110000100110101110100111010101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CE70; }

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

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

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

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

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

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

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

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