Shades of Earls Green #C7AF1E
Tints of Earls Green #C7AF1E
RGB
CMYK
RGB Variations
Color information
#C7AF1E (or 0xC7AF1E) is known color: Earls Green. HEX triplet: C7, AF and 1E. RGB value is (199,175,30). Sum of RGB (Red+Green+Blue) = 199+175+30=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 30 (12.11% from 255 or 7.43% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AF1E is #3850E1. Grayscale: #A6A6A6. Windows color (decimal): -3690722 or 2011079. OLE color: 2011079.
HSL color Cylindrical-coordinate representation of color #C7AF1E: hue angle of 51.48º degrees, saturation: 0.74, 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 #C7AF1E is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 175 | 30 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.22 |
| HSL | 51.48º | 0.74% | 0.45% | - |
| HSV(B) | 51.48º | 0.85% | 0.78% | - |
| XYZ | 39.12 | 42.9 | 7.45 | - |
| YUV | 165.65 | 51.45 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 175 | 30 | 0 | 0.12 | 0.85 | 0.22 | 51.48 | 0.74 | 0.45 |
| Hex | C7 | AF | 1E | 0 | C | 55 | 16 | 33 | 4A | 2D |
| Octal | 307 | 257 | 36 | 0 | 14 | 125 | 26 | 63 | 112 | 55 |
| Binary | 11000111 | 10101111 | 11110 | 0 | 1100 | 1010101 | 10110 | 110011 | 1001010 | 101101 |
Color Harmonies of #C7AF1E
Complementary color
Monochromatic Colors of #C7AF1E
Black with #C7AF1E
Text Example
Text Example
White with #C7AF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AF1E; }
p { color: rgb(199,175,30); }
H1.HeaderClassName
{
color: #C7AF1E;
}
.AnyTagClassName
{
color: #C7AF1E;
}
</style>
background-color css
<style>
a { background-color: #C7AF1E; }
a { background-color: rgb(199,175,30); }
div.DivClassName
{
background-color: #C7AF1E;
}
.BgClassName
{
background-color: #C7AF1E;
}
</style>
border-color css
<style>
span { border-color: #C7AF1E; }
span { border-color: rgb(199,175,30); }
td.TdClassName
{
border-color: #C7AF1E;
}
.TagClassName
{
border-color: #C7AF1E;
}
</style>