#A6B75A

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

Shades of Green Smoke #A6B75A

Tints of Green Smoke #A6B75A

Color information

#A6B75A (or 0xA6B75A) is unknown color: approx Green Smoke. HEX triplet: A6, B7 and 5A. RGB value is (166,183,90). Sum of RGB (Red+Green+Blue) = 166+183+90=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B75A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B75A is #5948A5. Grayscale: #A7A7A7. Windows color (decimal): -5851302 or 5945254. OLE color: 5945254.

HSL color Cylindrical-coordinate representation of color #A6B75A: hue angle of 70.97º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6B75A is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB16618390-
CMYK0.0900.510.28
HSL70.97º39.24%53.53%-
HSV(B)70.97º50.82%71.76%-
XYZ34.542.7116.1-
YUV167.3284.37127.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.81%
GREEN value IS 183 (71.88% from 255) = 41.69%
BLUE value IS 90 (35.55% from 255) = 20.50%
R=37.81%
G=41.69%
B=20.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal166183900.0900.510.2870.9739.2453.53
HexA6B75A90331C472736
Octal24626713211063341074766
Binary1010011010110111101101010010110011111001000111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B75A; }

 p { color: rgb(166,183,90); }

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

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

 a { background-color: rgb(166,183,90); }

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

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

 span { border-color: rgb(166,183,90); }

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