Html Css Color HEX #A7B064 Green Smoke

📋 copy color: '#A7B064'

red 167 ◦ green 176 ◦ blue 100

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

Shades of Green Smoke #A7B064

Tints of Green Smoke #A7B064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.57%

R = 37.7%
G = 39.73%
B = 22.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#A7B064 (or 0xA7B064) is known color: Green Smoke. HEX triplet: A7, B0 and 64. RGB value is (167,176,100). Sum of RGB (Red+Green+Blue) = 167+176+100=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7B064 is #584F9B. Grayscale: #A4A4A4. Windows color (decimal): -5787548 or 6598823. OLE color: 6598823.

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

Color convert

RGB 167 176 100 -
CMYK 0.05 0 0.43 0.31
HSL 67.11º 0.32% 0.54% -
HSV(B) 67.11º 0.43% 0.69% -
XYZ 33.76 40.19 18.03 -
YUV 164.65 91.52 129.68 -
System Red Green Blue C M Y K H S L
Decimal 167 176 100 0.05 0 0.43 0.31 67.11 0.32 0.54
Hex A7 B0 64 5 0 2B 1F 43 20 36
Octal 247 260 144 5 0 53 37 103 40 66
Binary 10100111 10110000 1100100 101 0 101011 11111 1000011 100000 110110

Color Harmonies of #A7B064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B064

Black with #A7B064

Text Example


Text Example

White with #A7B064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B064; }

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

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

background-color css

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

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

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

border-color css

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

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

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