Html Css Color HEX #A7B08C Green Spring

📋 copy color: '#A7B08C'

red 167 ◦ green 176 ◦ blue 140

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

Shades of Green Spring #A7B08C

Tints of Green Spring #A7B08C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.99%

R = 34.58%
G = 36.44%
B = 28.99%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#A7B08C (or 0xA7B08C) is known color: Green Spring. HEX triplet: A7, B0 and 8C. RGB value is (167,176,140). Sum of RGB (Red+Green+Blue) = 167+176+140=483 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.58% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B08C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B08C is #584F73. Grayscale: #A9A9A9. Windows color (decimal): -5787508 or 9220263. OLE color: 9220263.

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

Color convert

RGB 167 176 140 -
CMYK 0.05 0 0.20 0.31
HSL 75º 0.19% 0.62% -
HSV(B) 75º 0.2% 0.69% -
XYZ 36.2 41.16 30.85 -
YUV 169.21 111.52 126.43 -
System Red Green Blue C M Y K H S L
Decimal 167 176 140 0.05 0 0.20 0.31 75 0.19 0.62
Hex A7 B0 8C 5 0 14 1F 4B 13 3E
Octal 247 260 214 5 0 24 37 113 23 76
Binary 10100111 10110000 10001100 101 0 10100 11111 1001011 10011 111110

Color Harmonies of #A7B08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B08C

Black with #A7B08C

Text Example


Text Example

White with #A7B08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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