Shades of Pine Glade #C6C878
Tints of Pine Glade #C6C878
RGB
CMYK
RGB Variations
Color information
#C6C878 (or 0xC6C878) is known color: Pine Glade. HEX triplet: C6, C8 and 78. RGB value is (198,200,120). Sum of RGB (Red+Green+Blue) = 198+200+120=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 120 (47.27% from 255 or 23.17% from 518); Max value from RGB is 200 - color contains mainly: green. Hex color #C6C878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C878 is #393787. Grayscale: #BEBEBE. Windows color (decimal): -3749768 or 7915718. OLE color: 7915718.
HSL color Cylindrical-coordinate representation of color #C6C878: hue angle of 61.5º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C6C878 is Cyan = 0.01, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 200 | 120 | - |
| CMYK | 0.01 | 0 | 0.4 | 0.22 |
| HSL | 61.5º | 0.42% | 0.63% | - |
| HSV(B) | 61.5º | 0.4% | 0.78% | - |
| XYZ | 47.33 | 54.67 | 25.83 | - |
| YUV | 190.28 | 88.34 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 200 | 120 | 0.01 | 0 | 0.4 | 0.22 | 61.5 | 0.42 | 0.63 |
| Hex | C6 | C8 | 78 | 1 | 0 | 28 | 16 | 3E | 2A | 3F |
| Octal | 306 | 310 | 170 | 1 | 0 | 50 | 26 | 76 | 52 | 77 |
| Binary | 11000110 | 11001000 | 1111000 | 1 | 0 | 101000 | 10110 | 111110 | 101010 | 111111 |
Color Harmonies of #C6C878
Complementary color
Monochromatic Colors of #C6C878
Black with #C6C878
Text Example
Text Example
White with #C6C878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C878; }
p { color: rgb(198,200,120); }
H1.HeaderClassName
{
color: #C6C878;
}
.AnyTagClassName
{
color: #C6C878;
}
</style>
background-color css
<style>
a { background-color: #C6C878; }
a { background-color: rgb(198,200,120); }
div.DivClassName
{
background-color: #C6C878;
}
.BgClassName
{
background-color: #C6C878;
}
</style>
border-color css
<style>
span { border-color: #C6C878; }
span { border-color: rgb(198,200,120); }
td.TdClassName
{
border-color: #C6C878;
}
.TagClassName
{
border-color: #C6C878;
}
</style>