Html Css Color HEX #A8B76C Green Smoke

📋 copy color: '#A8B76C'

red 168 ◦ green 183 ◦ blue 108

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

Shades of Green Smoke #A8B76C

Tints of Green Smoke #A8B76C

RGB

 RED value IS 168 (66.02% from 255) = 36.6%

 GREEN value IS 183 (71.88% from 255) = 39.87%

 BLUE value IS 108 (42.58% from 255) = 23.53%

R = 36.6%
G = 39.87%
B = 23.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#A8B76C (or 0xA8B76C) is known color: Green Smoke. HEX triplet: A8, B7 and 6C. RGB value is (168,183,108). Sum of RGB (Red+Green+Blue) = 168+183+108=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 183 (71.88% from 255 or 39.87% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B76C is #574893. Grayscale: #AAAAAA. Windows color (decimal): -5720212 or 7124904. OLE color: 7124904.

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

Color convert

RGB 168 183 108 -
CMYK 0.08 0 0.41 0.28
HSL 72º 0.34% 0.57% -
HSV(B) 72º 0.41% 0.72% -
XYZ 35.79 43.27 20.65 -
YUV 169.97 93.03 126.6 -
System Red Green Blue C M Y K H S L
Decimal 168 183 108 0.08 0 0.41 0.28 72 0.34 0.57
Hex A8 B7 6C 8 0 29 1C 48 22 39
Octal 250 267 154 10 0 51 34 110 42 71
Binary 10101000 10110111 1101100 1000 0 101001 11100 1001000 100010 111001

Color Harmonies of #A8B76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B76C

Black with #A8B76C

Text Example


Text Example

White with #A8B76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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