Html Css Color HEX #A7B095 Green Spring

📋 copy color: '#A7B095'

red 167 ◦ green 176 ◦ blue 149

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

Shades of Green Spring #A7B095

Tints of Green Spring #A7B095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.28%

R = 33.94%
G = 35.77%
B = 30.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#A7B095 (or 0xA7B095) is known color: Green Spring. HEX triplet: A7, B0 and 95. RGB value is (167,176,149). Sum of RGB (Red+Green+Blue) = 167+176+149=492 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.94% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B095 is #584F6A. Grayscale: #AAAAAA. Windows color (decimal): -5787499 or 9810087. OLE color: 9810087.

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

Color convert

RGB 167 176 149 -
CMYK 0.05 0 0.15 0.31
HSL 80º 0.15% 0.64% -
HSV(B) 80º 0.15% 0.69% -
XYZ 36.89 41.44 34.49 -
YUV 170.23 116.02 125.7 -
System Red Green Blue C M Y K H S L
Decimal 167 176 149 0.05 0 0.15 0.31 80 0.15 0.64
Hex A7 B0 95 5 0 F 1F 50 F 40
Octal 247 260 225 5 0 17 37 120 17 100
Binary 10100111 10110000 10010101 101 0 1111 11111 1010000 1111 1000000

Color Harmonies of #A7B095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B095

Black with #A7B095

Text Example


Text Example

White with #A7B095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B095; }

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

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

background-color css

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

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

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

border-color css

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

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

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