#A7B969

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

Shades of Green Smoke #A7B969

Tints of Green Smoke #A7B969

Color information

#A7B969 (or 0xA7B969) is unknown color: approx Green Smoke. HEX triplet: A7, B9 and 69. RGB value is (167,185,105). Sum of RGB (Red+Green+Blue) = 167+185+105=457 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.54% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B969 is #584696. Grayscale: #AAAAAA. Windows color (decimal): -5785239 or 6928807. OLE color: 6928807.

HSL color Cylindrical-coordinate representation of color #A7B969: hue angle of 73.5º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A7B969 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB167185105-
CMYK0.1000.430.27
HSL73.5º36.36%56.86%-
HSV(B)73.5º43.24%72.55%-
XYZ35.8443.9319.96-
YUV170.591.04125.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.54%
GREEN value IS 185 (72.66% from 255) = 40.48%
BLUE value IS 105 (41.41% from 255) = 22.98%
R=36.54%
G=40.48%
B=22.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671851050.1000.430.2773.536.3656.86
HexA7B969A02B1B4a2439
Octal24727115112053331124471
Binary1010011110111001110100110100101011110111001010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B969; }

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

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

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

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

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

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

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

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