Shades of Pine Glade #C0C77C
Tints of Pine Glade #C0C77C
RGB
CMYK
RGB Variations
Color information
#C0C77C (or 0xC0C77C) is known color: Pine Glade. HEX triplet: C0, C7 and 7C. RGB value is (192,199,124). Sum of RGB (Red+Green+Blue) = 192+199+124=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 199 (78.12% from 255 or 38.64% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 199 - color contains mainly: green. Hex color #C0C77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C77C is #3F3883. Grayscale: #BCBCBC. Windows color (decimal): -4143236 or 8177600. OLE color: 8177600.
HSL color Cylindrical-coordinate representation of color #C0C77C: hue angle of 65.6º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0C77C is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 199 | 124 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.22 |
| HSL | 65.6º | 0.4% | 0.63% | - |
| HSV(B) | 65.6º | 0.38% | 0.78% | - |
| XYZ | 45.8 | 53.51 | 26.98 | - |
| YUV | 188.36 | 91.68 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 199 | 124 | 0.04 | 0 | 0.38 | 0.22 | 65.6 | 0.4 | 0.63 |
| Hex | C0 | C7 | 7C | 4 | 0 | 26 | 16 | 42 | 28 | 3F |
| Octal | 300 | 307 | 174 | 4 | 0 | 46 | 26 | 102 | 50 | 77 |
| Binary | 11000000 | 11000111 | 1111100 | 100 | 0 | 100110 | 10110 | 1000010 | 101000 | 111111 |
Color Harmonies of #C0C77C
Complementary color
Monochromatic Colors of #C0C77C
Black with #C0C77C
Text Example
Text Example
White with #C0C77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C77C; }
p { color: rgb(192,199,124); }
H1.HeaderClassName
{
color: #C0C77C;
}
.AnyTagClassName
{
color: #C0C77C;
}
</style>
background-color css
<style>
a { background-color: #C0C77C; }
a { background-color: rgb(192,199,124); }
div.DivClassName
{
background-color: #C0C77C;
}
.BgClassName
{
background-color: #C0C77C;
}
</style>
border-color css
<style>
span { border-color: #C0C77C; }
span { border-color: rgb(192,199,124); }
td.TdClassName
{
border-color: #C0C77C;
}
.TagClassName
{
border-color: #C0C77C;
}
</style>