Shades of Pine Glade #C6C770
Tints of Pine Glade #C6C770
RGB
CMYK
RGB Variations
Color information
#C6C770 (or 0xC6C770) is known color: Pine Glade. HEX triplet: C6, C7 and 70. RGB value is (198,199,112). Sum of RGB (Red+Green+Blue) = 198+199+112=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 199 (78.12% from 255 or 39.10% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 199 - color contains mainly: green. Hex color #C6C770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C770 is #39388F. Grayscale: #BDBDBD. Windows color (decimal): -3750032 or 7391174. OLE color: 7391174.
HSL color Cylindrical-coordinate representation of color #C6C770: hue angle of 60.69º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C6C770 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 199 | 112 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.22 |
| HSL | 60.69º | 0.44% | 0.61% | - |
| HSV(B) | 60.69º | 0.44% | 0.78% | - |
| XYZ | 46.64 | 54.02 | 23.3 | - |
| YUV | 188.78 | 84.67 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 199 | 112 | 0.01 | 0 | 0.44 | 0.22 | 60.69 | 0.44 | 0.61 |
| Hex | C6 | C7 | 70 | 1 | 0 | 2C | 16 | 3D | 2C | 3D |
| Octal | 306 | 307 | 160 | 1 | 0 | 54 | 26 | 75 | 54 | 75 |
| Binary | 11000110 | 11000111 | 1110000 | 1 | 0 | 101100 | 10110 | 111101 | 101100 | 111101 |
Color Harmonies of #C6C770
Complementary color
Monochromatic Colors of #C6C770
Black with #C6C770
Text Example
Text Example
White with #C6C770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C770; }
p { color: rgb(198,199,112); }
H1.HeaderClassName
{
color: #C6C770;
}
.AnyTagClassName
{
color: #C6C770;
}
</style>
background-color css
<style>
a { background-color: #C6C770; }
a { background-color: rgb(198,199,112); }
div.DivClassName
{
background-color: #C6C770;
}
.BgClassName
{
background-color: #C6C770;
}
</style>
border-color css
<style>
span { border-color: #C6C770; }
span { border-color: rgb(198,199,112); }
td.TdClassName
{
border-color: #C6C770;
}
.TagClassName
{
border-color: #C6C770;
}
</style>