#A8C763

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

Shades of Olivine #A8C763

Tints of Olivine #A8C763

Color information

#A8C763 (or 0xA8C763) is unknown color: approx Olivine. HEX triplet: A8, C7 and 63. RGB value is (168,199,99). Sum of RGB (Red+Green+Blue) = 168+199+99=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C763 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C763 is #57389C. Grayscale: #B2B2B2. Windows color (decimal): -5716125 or 6539176. OLE color: 6539176.

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

Color convert

RGB16819999-
CMYK0.1600.500.22
HSL78.6º47.17%58.43%-
HSV(B)78.6º50.25%78.04%-
XYZ38.8250.0719.42-
YUV178.3383.23120.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.05%
GREEN value IS 199 (78.12% from 255) = 42.70%
BLUE value IS 99 (39.06% from 255) = 21.24%
R=36.05%
G=42.70%
B=21.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal168199990.1600.500.2278.647.1758.43
HexA8C76310032164f2f3a
Octal25030714320062261175772
Binary10101000110001111100011100000110010101101001111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C763; }

 p { color: rgb(168,199,99); }

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

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

 a { background-color: rgb(168,199,99); }

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

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

 span { border-color: rgb(168,199,99); }

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