Shades of Pine Glade #AFB378
Tints of Pine Glade #AFB378
RGB
CMYK
RGB Variations
Color information
#AFB378 (or 0xAFB378) is known color: Pine Glade. HEX triplet: AF, B3 and 78. RGB value is (175,179,120). Sum of RGB (Red+Green+Blue) = 175+179+120=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB378 is #504C87. Grayscale: #ABABAB. Windows color (decimal): -5262472 or 7910319. OLE color: 7910319.
HSL color Cylindrical-coordinate representation of color #AFB378: hue angle of 64.07º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFB378 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 179 | 120 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.30 |
| HSL | 64.07º | 0.28% | 0.59% | - |
| HSV(B) | 64.07º | 0.33% | 0.7% | - |
| XYZ | 37.19 | 42.71 | 24.05 | - |
| YUV | 171.08 | 99.17 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 179 | 120 | 0.02 | 0 | 0.33 | 0.30 | 64.07 | 0.28 | 0.59 |
| Hex | AF | B3 | 78 | 2 | 0 | 21 | 1E | 40 | 1C | 3B |
| Octal | 257 | 263 | 170 | 2 | 0 | 41 | 36 | 100 | 34 | 73 |
| Binary | 10101111 | 10110011 | 1111000 | 10 | 0 | 100001 | 11110 | 1000000 | 11100 | 111011 |
Color Harmonies of #AFB378
Complementary color
Monochromatic Colors of #AFB378
Black with #AFB378
Text Example
Text Example
White with #AFB378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB378; }
p { color: rgb(175,179,120); }
H1.HeaderClassName
{
color: #AFB378;
}
.AnyTagClassName
{
color: #AFB378;
}
</style>
background-color css
<style>
a { background-color: #AFB378; }
a { background-color: rgb(175,179,120); }
div.DivClassName
{
background-color: #AFB378;
}
.BgClassName
{
background-color: #AFB378;
}
</style>
border-color css
<style>
span { border-color: #AFB378; }
span { border-color: rgb(175,179,120); }
td.TdClassName
{
border-color: #AFB378;
}
.TagClassName
{
border-color: #AFB378;
}
</style>