#a7c168

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

Shades of Olivine #A7C168

Tints of Olivine #A7C168

Color information

#A7C168 (or 0xA7C168) is unknown color: approx Olivine. HEX triplet: A7, C1 and 68. RGB value is (167,193,104). Sum of RGB (Red+Green+Blue) = 167+193+104=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 193 - color contains mainly: green. Hex color #A7C168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C168 is #583E97. Grayscale: #AFAFAF. Windows color (decimal): -5783192 or 6865319. OLE color: 6865319.

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

Color convert

RGB167193104-
CMYK0.1300.460.24
HSL77.53º41.78%58.24%-
HSV(B)77.53º46.11%75.69%-
XYZ37.5147.3520.26-
YUV175.0887.89122.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.99%
GREEN value IS 193 (75.78% from 255) = 41.59%
BLUE value IS 104 (41.02% from 255) = 22.41%
R=35.99%
G=41.59%
B=22.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671931040.1300.460.2477.5341.7858.24
HexA7C168D02E184e2a3a
Octal24730115015056301165272
Binary1010011111000001110100011010101110110001001110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7c168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7c168; }

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

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

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

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

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

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

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

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