#A7B069

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

Shades of Green Smoke #A7B069

Tints of Green Smoke #A7B069

Color information

#A7B069 (or 0xA7B069) is unknown color: approx Green Smoke. HEX triplet: A7, B0 and 69. RGB value is (167,176,105). Sum of RGB (Red+Green+Blue) = 167+176+105=448 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.28% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 105 (41.41% from 255 or 23.44% from 448); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7B069 is #584F96. Grayscale: #A5A5A5. Windows color (decimal): -5787543 or 6926503. OLE color: 6926503.

HSL color Cylindrical-coordinate representation of color #A7B069: hue angle of 67.61º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A7B069 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB167176105-
CMYK0.0500.400.31
HSL67.61º31%55.1%-
HSV(B)67.61º40.34%69.02%-
XYZ34.0140.2919.35-
YUV165.2294.02129.27-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.28%
GREEN value IS 176 (69.14% from 255) = 39.29%
BLUE value IS 105 (41.41% from 255) = 23.44%
R=37.28%
G=39.29%
B=23.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671761050.0500.400.3167.613155.1
HexA7B06950281F441f37
Octal2472601515050371043767
Binary10100111101100001101001101010100011111100010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B069; }

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

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

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

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

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

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

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

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