Shades of Christi #76AE0D
Tints of Christi #76AE0D
RGB
CMYK
RGB Variations
Color information
#76AE0D (or 0x76AE0D) is known color: Christi. HEX triplet: 76, AE and 0D. RGB value is (118,174,13). Sum of RGB (Red+Green+Blue) = 118+174+13=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 174 (68.36% from 255 or 57.05% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 174 - color contains mainly: green. Hex color #76AE0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76AE0D is #8951F2. Grayscale: #8B8B8B. Windows color (decimal): -8999411 or 896630. OLE color: 896630.
HSL color Cylindrical-coordinate representation of color #76AE0D: hue angle of 80.87º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #76AE0D is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 174 | 13 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.32 |
| HSL | 80.87º | 0.86% | 0.37% | - |
| HSV(B) | 80.87º | 0.93% | 0.68% | - |
| XYZ | 22.68 | 34.15 | 5.78 | - |
| YUV | 138.9 | 56.95 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 174 | 13 | 0.32 | 0 | 0.93 | 0.32 | 80.87 | 0.86 | 0.37 |
| Hex | 76 | AE | D | 20 | 0 | 5D | 20 | 51 | 56 | 25 |
| Octal | 166 | 256 | 15 | 40 | 0 | 135 | 40 | 121 | 126 | 45 |
| Binary | 1110110 | 10101110 | 1101 | 100000 | 0 | 1011101 | 100000 | 1010001 | 1010110 | 100101 |
Color Harmonies of #76AE0D
Complementary color
Monochromatic Colors of #76AE0D
Black with #76AE0D
Text Example
Text Example
White with #76AE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AE0D; }
p { color: rgb(118,174,13); }
H1.HeaderClassName
{
color: #76AE0D;
}
.AnyTagClassName
{
color: #76AE0D;
}
</style>
background-color css
<style>
a { background-color: #76AE0D; }
a { background-color: rgb(118,174,13); }
div.DivClassName
{
background-color: #76AE0D;
}
.BgClassName
{
background-color: #76AE0D;
}
</style>
border-color css
<style>
span { border-color: #76AE0D; }
span { border-color: rgb(118,174,13); }
td.TdClassName
{
border-color: #76AE0D;
}
.TagClassName
{
border-color: #76AE0D;
}
</style>