Shades of Wild Willow #C6C75A
Tints of Wild Willow #C6C75A
RGB
CMYK
RGB Variations
Color information
#C6C75A (or 0xC6C75A) is known color: Wild Willow. HEX triplet: C6, C7 and 5A. RGB value is (198,199,90). Sum of RGB (Red+Green+Blue) = 198+199+90=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 199 (78.12% from 255 or 40.86% from 487); Blue value is 90 (35.55% from 255 or 18.48% from 487); Max value from RGB is 199 - color contains mainly: green. Hex color #C6C75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C75A is #3938A5. Grayscale: #BABABA. Windows color (decimal): -3750054 or 5949382. OLE color: 5949382.
HSL color Cylindrical-coordinate representation of color #C6C75A: hue angle of 60.55º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C6C75A is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 199 | 90 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.22 |
| HSL | 60.55º | 0.49% | 0.57% | - |
| HSV(B) | 60.55º | 0.55% | 0.78% | - |
| XYZ | 45.56 | 53.59 | 17.62 | - |
| YUV | 186.28 | 73.67 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 199 | 90 | 0.01 | 0 | 0.55 | 0.22 | 60.55 | 0.49 | 0.57 |
| Hex | C6 | C7 | 5A | 1 | 0 | 37 | 16 | 3D | 31 | 39 |
| Octal | 306 | 307 | 132 | 1 | 0 | 67 | 26 | 75 | 61 | 71 |
| Binary | 11000110 | 11000111 | 1011010 | 1 | 0 | 110111 | 10110 | 111101 | 110001 | 111001 |
Color Harmonies of #C6C75A
Complementary color
Monochromatic Colors of #C6C75A
Black with #C6C75A
Text Example
Text Example
White with #C6C75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C75A; }
p { color: rgb(198,199,90); }
H1.HeaderClassName
{
color: #C6C75A;
}
.AnyTagClassName
{
color: #C6C75A;
}
</style>
background-color css
<style>
a { background-color: #C6C75A; }
a { background-color: rgb(198,199,90); }
div.DivClassName
{
background-color: #C6C75A;
}
.BgClassName
{
background-color: #C6C75A;
}
</style>
border-color css
<style>
span { border-color: #C6C75A; }
span { border-color: rgb(198,199,90); }
td.TdClassName
{
border-color: #C6C75A;
}
.TagClassName
{
border-color: #C6C75A;
}
</style>