Shades of Pine Glade #AFB778
Tints of Pine Glade #AFB778
RGB
CMYK
RGB Variations
Color information
#AFB778 (or 0xAFB778) is known color: Pine Glade. HEX triplet: AF, B7 and 78. RGB value is (175,183,120). Sum of RGB (Red+Green+Blue) = 175+183+120=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB778 is #504887. Grayscale: #ADADAD. Windows color (decimal): -5261448 or 7911343. OLE color: 7911343.
HSL color Cylindrical-coordinate representation of color #AFB778: hue angle of 67.62º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFB778 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 183 | 120 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.28 |
| HSL | 67.62º | 0.3% | 0.59% | - |
| HSV(B) | 67.62º | 0.34% | 0.72% | - |
| XYZ | 38 | 44.34 | 24.32 | - |
| YUV | 173.43 | 97.85 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 120 | 0.04 | 0 | 0.34 | 0.28 | 67.62 | 0.3 | 0.59 |
| Hex | AF | B7 | 78 | 4 | 0 | 22 | 1C | 44 | 1E | 3B |
| Octal | 257 | 267 | 170 | 4 | 0 | 42 | 34 | 104 | 36 | 73 |
| Binary | 10101111 | 10110111 | 1111000 | 100 | 0 | 100010 | 11100 | 1000100 | 11110 | 111011 |
Color Harmonies of #AFB778
Complementary color
Monochromatic Colors of #AFB778
Black with #AFB778
Text Example
Text Example
White with #AFB778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB778; }
p { color: rgb(175,183,120); }
H1.HeaderClassName
{
color: #AFB778;
}
.AnyTagClassName
{
color: #AFB778;
}
</style>
background-color css
<style>
a { background-color: #AFB778; }
a { background-color: rgb(175,183,120); }
div.DivClassName
{
background-color: #AFB778;
}
.BgClassName
{
background-color: #AFB778;
}
</style>
border-color css
<style>
span { border-color: #AFB778; }
span { border-color: rgb(175,183,120); }
td.TdClassName
{
border-color: #AFB778;
}
.TagClassName
{
border-color: #AFB778;
}
</style>