Html Css Color HEX #A6B06F Green Smoke

📋 copy color: '#A6B06F'

red 166 ◦ green 176 ◦ blue 111

#A6B06F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Smoke #A6B06F

Tints of Green Smoke #A6B06F

RGB

 RED value IS 166 (65.23% from 255) = 36.64%

 GREEN value IS 176 (69.14% from 255) = 38.85%

 BLUE value IS 111 (43.75% from 255) = 24.5%

R = 36.64%
G = 38.85%
B = 24.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#A6B06F (or 0xA6B06F) is known color: Green Smoke. HEX triplet: A6, B0 and 6F. RGB value is (166,176,111). Sum of RGB (Red+Green+Blue) = 166+176+111=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6B06F is #594F90. Grayscale: #A5A5A5. Windows color (decimal): -5853073 or 7319718. OLE color: 7319718.

HSL color Cylindrical-coordinate representation of color #A6B06F: hue angle of 69.23º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A6B06F is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 176 111 -
CMYK 0.06 0 0.37 0.31
HSL 69.23º 0.29% 0.56% -
HSV(B) 69.23º 0.37% 0.69% -
XYZ 34.12 40.31 21.02 -
YUV 165.6 97.19 128.29 -
System Red Green Blue C M Y K H S L
Decimal 166 176 111 0.06 0 0.37 0.31 69.23 0.29 0.56
Hex A6 B0 6F 6 0 25 1F 45 1D 38
Octal 246 260 157 6 0 45 37 105 35 70
Binary 10100110 10110000 1101111 110 0 100101 11111 1000101 11101 111000

Color Harmonies of #A6B06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B06F

Black with #A6B06F

Text Example


Text Example

White with #A6B06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B06F; }

 p { color: rgb(166,176,111); }

 H1.HeaderClassName
 {
   color: #A6B06F;
 }
 .AnyTagClassName
 {
   color: #A6B06F;
 }
</style>

background-color css

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

 a { background-color: rgb(166,176,111); }

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

border-color css

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

 span { border-color: rgb(166,176,111); }

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