Shades of Earls Green #C7AF1D
Tints of Earls Green #C7AF1D
RGB
CMYK
RGB Variations
Color information
#C7AF1D (or 0xC7AF1D) is known color: Earls Green. HEX triplet: C7, AF and 1D. RGB value is (199,175,29). Sum of RGB (Red+Green+Blue) = 199+175+29=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 29 (11.72% from 255 or 7.20% from 403); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AF1D is #3850E2. Grayscale: #A6A6A6. Windows color (decimal): -3690723 or 1945543. OLE color: 1945543.
HSL color Cylindrical-coordinate representation of color #C7AF1D: hue angle of 51.53º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7AF1D is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 175 | 29 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.22 |
| HSL | 51.53º | 0.75% | 0.45% | - |
| HSV(B) | 51.53º | 0.85% | 0.78% | - |
| XYZ | 39.1 | 42.89 | 7.38 | - |
| YUV | 165.53 | 50.95 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 175 | 29 | 0 | 0.12 | 0.85 | 0.22 | 51.53 | 0.75 | 0.45 |
| Hex | C7 | AF | 1D | 0 | C | 55 | 16 | 34 | 4B | 2D |
| Octal | 307 | 257 | 35 | 0 | 14 | 125 | 26 | 64 | 113 | 55 |
| Binary | 11000111 | 10101111 | 11101 | 0 | 1100 | 1010101 | 10110 | 110100 | 1001011 | 101101 |
Color Harmonies of #C7AF1D
Complementary color
Monochromatic Colors of #C7AF1D
Black with #C7AF1D
Text Example
Text Example
White with #C7AF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AF1D; }
p { color: rgb(199,175,29); }
H1.HeaderClassName
{
color: #C7AF1D;
}
.AnyTagClassName
{
color: #C7AF1D;
}
</style>
background-color css
<style>
a { background-color: #C7AF1D; }
a { background-color: rgb(199,175,29); }
div.DivClassName
{
background-color: #C7AF1D;
}
.BgClassName
{
background-color: #C7AF1D;
}
</style>
border-color css
<style>
span { border-color: #C7AF1D; }
span { border-color: rgb(199,175,29); }
td.TdClassName
{
border-color: #C7AF1D;
}
.TagClassName
{
border-color: #C7AF1D;
}
</style>