#A7C869

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

Shades of Olivine #A7C869

Tints of Olivine #A7C869

Color information

#A7C869 (or 0xA7C869) is unknown color: approx Olivine. HEX triplet: A7, C8 and 69. RGB value is (167,200,105). Sum of RGB (Red+Green+Blue) = 167+200+105=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 200 (78.52% from 255 or 42.37% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 200 - color contains mainly: green. Hex color #A7C869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C869 is #583796. Grayscale: #B3B3B3. Windows color (decimal): -5781399 or 6932647. OLE color: 6932647.

HSL color Cylindrical-coordinate representation of color #A7C869: hue angle of 80.84º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A7C869 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB167200105-
CMYK0.1600.480.22
HSL80.84º46.34%59.8%-
HSV(B)80.84º47.5%78.43%-
XYZ39.1450.5421.06-
YUV179.386.07119.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.38%
GREEN value IS 200 (78.52% from 255) = 42.37%
BLUE value IS 105 (41.41% from 255) = 22.25%
R=35.38%
G=42.37%
B=22.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1672001050.1600.480.2280.8446.3459.8
HexA7C8691003016512e3c
Octal24731015120060261215674
Binary10100111110010001101001100000110000101101010001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C869; }

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

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

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

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

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

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

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

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