#A7C766

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

Shades of Olivine #A7C766

Tints of Olivine #A7C766

Color information

#A7C766 (or 0xA7C766) is unknown color: approx Olivine. HEX triplet: A7, C7 and 66. RGB value is (167,199,102). Sum of RGB (Red+Green+Blue) = 167+199+102=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 199 - color contains mainly: green. Hex color #A7C766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C766 is #583899. Grayscale: #B2B2B2. Windows color (decimal): -5781658 or 6735783. OLE color: 6735783.

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

Color convert

RGB167199102-
CMYK0.1600.490.22
HSL79.79º46.41%59.02%-
HSV(B)79.79º48.74%78.04%-
XYZ38.7650.0220.18-
YUV178.3784.9119.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.68%
GREEN value IS 199 (78.12% from 255) = 42.52%
BLUE value IS 102 (40.23% from 255) = 21.79%
R=35.68%
G=42.52%
B=21.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1671991020.1600.490.2279.7946.4159.02
HexA7C7661003116502e3b
Octal24730714620061261205673
Binary10100111110001111100110100000110001101101010000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C766; }

 p { color: rgb(167,199,102); }

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

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

 a { background-color: rgb(167,199,102); }

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

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

 span { border-color: rgb(167,199,102); }

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