#A7C169

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

Shades of Olivine #A7C169

Tints of Olivine #A7C169

Color information

#A7C169 (or 0xA7C169) is unknown color: approx Olivine. HEX triplet: A7, C1 and 69. RGB value is (167,193,105). Sum of RGB (Red+Green+Blue) = 167+193+105=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 105 (41.41% from 255 or 22.58% from 465); Max value from RGB is 193 - color contains mainly: green. Hex color #A7C169 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C169 is #583E96. Grayscale: #AFAFAF. Windows color (decimal): -5783191 or 6930855. OLE color: 6930855.

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

Color convert

RGB167193105-
CMYK0.1300.460.24
HSL77.73º41.51%58.43%-
HSV(B)77.73º45.6%75.69%-
XYZ37.5647.3820.53-
YUV175.1988.39122.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.91%
GREEN value IS 193 (75.78% from 255) = 41.51%
BLUE value IS 105 (41.41% from 255) = 22.58%
R=35.91%
G=41.51%
B=22.58%

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
Decimal1671931050.1300.460.2477.7341.5158.43
HexA7C169D02E184e2a3a
Octal24730115115056301165272
Binary1010011111000001110100111010101110110001001110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C169; }

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

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

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

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

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

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

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

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