Shades of Green Spring #AFB79C
Tints of Green Spring #AFB79C
RGB
CMYK
RGB Variations
Color information
#AFB79C (or 0xAFB79C) is known color: Green Spring. HEX triplet: AF, B7 and 9C. RGB value is (175,183,156). Sum of RGB (Red+Green+Blue) = 175+183+156=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB79C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB79C is #504863. Grayscale: #B1B1B1. Windows color (decimal): -5261412 or 10270639. OLE color: 10270639.
HSL color Cylindrical-coordinate representation of color #AFB79C: hue angle of 77.78º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFB79C is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 183 | 156 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.28 |
| HSL | 77.78º | 0.16% | 0.66% | - |
| HSV(B) | 77.78º | 0.15% | 0.72% | - |
| XYZ | 40.61 | 45.38 | 38.07 | - |
| YUV | 177.53 | 115.85 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 156 | 0.04 | 0 | 0.15 | 0.28 | 77.78 | 0.16 | 0.66 |
| Hex | AF | B7 | 9C | 4 | 0 | F | 1C | 4E | 10 | 42 |
| Octal | 257 | 267 | 234 | 4 | 0 | 17 | 34 | 116 | 20 | 102 |
| Binary | 10101111 | 10110111 | 10011100 | 100 | 0 | 1111 | 11100 | 1001110 | 10000 | 1000010 |
Color Harmonies of #AFB79C
Complementary color
Monochromatic Colors of #AFB79C
Black with #AFB79C
Text Example
Text Example
White with #AFB79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB79C; }
p { color: rgb(175,183,156); }
H1.HeaderClassName
{
color: #AFB79C;
}
.AnyTagClassName
{
color: #AFB79C;
}
</style>
background-color css
<style>
a { background-color: #AFB79C; }
a { background-color: rgb(175,183,156); }
div.DivClassName
{
background-color: #AFB79C;
}
.BgClassName
{
background-color: #AFB79C;
}
</style>
border-color css
<style>
span { border-color: #AFB79C; }
span { border-color: rgb(175,183,156); }
td.TdClassName
{
border-color: #AFB79C;
}
.TagClassName
{
border-color: #AFB79C;
}
</style>