#A8B768

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

Shades of Green Smoke #A8B768

Tints of Green Smoke #A8B768

Color information

#A8B768 (or 0xA8B768) is unknown color: approx Green Smoke. HEX triplet: A8, B7 and 68. RGB value is (168,183,104). Sum of RGB (Red+Green+Blue) = 168+183+104=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B768 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B768 is #574897. Grayscale: #A9A9A9. Windows color (decimal): -5720216 or 6862760. OLE color: 6862760.

HSL color Cylindrical-coordinate representation of color #A8B768: hue angle of 71.39º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8B768 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB168183104-
CMYK0.0800.430.28
HSL71.39º35.43%56.27%-
HSV(B)71.39º43.17%71.76%-
XYZ35.5843.1919.56-
YUV169.5191.03126.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.92%
GREEN value IS 183 (71.88% from 255) = 40.22%
BLUE value IS 104 (41.02% from 255) = 22.86%
R=36.92%
G=40.22%
B=22.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1681831040.0800.430.2871.3935.4356.27
HexA8B768802B1C472338
Octal25026715010053341074370
Binary1010100010110111110100010000101011111001000111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B768; }

 p { color: rgb(168,183,104); }

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

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

 a { background-color: rgb(168,183,104); }

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

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

 span { border-color: rgb(168,183,104); }

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