Html Css Color HEX #A7B05D Green Smoke

📋 copy color: '#A7B05D'

red 167 ◦ green 176 ◦ blue 93

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

Shades of Green Smoke #A7B05D

Tints of Green Smoke #A7B05D

RGB

 RED value IS 167 (65.63% from 255) = 38.3%

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

 BLUE value IS 93 (36.72% from 255) = 21.33%

R = 38.3%
G = 40.37%
B = 21.33%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#A7B05D (or 0xA7B05D) is known color: Green Smoke. HEX triplet: A7, B0 and 5D. RGB value is (167,176,93). Sum of RGB (Red+Green+Blue) = 167+176+93=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B05D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7B05D is #584FA2. Grayscale: #A4A4A4. Windows color (decimal): -5787555 or 6140071. OLE color: 6140071.

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

Color convert

RGB 167 176 93 -
CMYK 0.05 0 0.47 0.31
HSL 66.51º 0.34% 0.53% -
HSV(B) 66.51º 0.47% 0.69% -
XYZ 33.44 40.06 16.33 -
YUV 163.85 88.02 130.25 -
System Red Green Blue C M Y K H S L
Decimal 167 176 93 0.05 0 0.47 0.31 66.51 0.34 0.53
Hex A7 B0 5D 5 0 2F 1F 43 22 35
Octal 247 260 135 5 0 57 37 103 42 65
Binary 10100111 10110000 1011101 101 0 101111 11111 1000011 100010 110101

Color Harmonies of #A7B05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B05D

Black with #A7B05D

Text Example


Text Example

White with #A7B05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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