#A7C268

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

Shades of Olivine #A7C268

Tints of Olivine #A7C268

Color information

#A7C268 (or 0xA7C268) is unknown color: approx Olivine. HEX triplet: A7, C2 and 68. RGB value is (167,194,104). Sum of RGB (Red+Green+Blue) = 167+194+104=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 194 - color contains mainly: green. Hex color #A7C268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C268 is #583D97. Grayscale: #B0B0B0. Windows color (decimal): -5782936 or 6865575. OLE color: 6865575.

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

Color convert

RGB167194104-
CMYK0.1400.460.24
HSL78º42.45%58.43%-
HSV(B)78º46.39%76.08%-
XYZ37.7347.820.33-
YUV175.6787.55121.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.91%
GREEN value IS 194 (76.17% from 255) = 41.72%
BLUE value IS 104 (41.02% from 255) = 22.37%
R=35.91%
G=41.72%
B=22.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671941040.1400.460.247842.4558.43
HexA7C268E02E184e2a3a
Octal24730215016056301165272
Binary1010011111000010110100011100101110110001001110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C268; }

 p { color: rgb(167,194,104); }

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

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

 a { background-color: rgb(167,194,104); }

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

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

 span { border-color: rgb(167,194,104); }

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