Shades of Christi #74AC0D
Tints of Christi #74AC0D
RGB
CMYK
RGB Variations
Color information
#74AC0D (or 0x74AC0D) is known color: Christi. HEX triplet: 74, AC and 0D. RGB value is (116,172,13). Sum of RGB (Red+Green+Blue) = 116+172+13=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 172 (67.58% from 255 or 57.14% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74AC0D is #8B53F2. Grayscale: #898989. Windows color (decimal): -9130995 or 896116. OLE color: 896116.
HSL color Cylindrical-coordinate representation of color #74AC0D: hue angle of 81.13º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74AC0D is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 172 | 13 | - |
| CMYK | 0.33 | 0 | 0.92 | 0.33 |
| HSL | 81.13º | 0.86% | 0.36% | - |
| HSV(B) | 81.13º | 0.92% | 0.67% | - |
| XYZ | 22.03 | 33.25 | 5.64 | - |
| YUV | 137.13 | 57.95 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 172 | 13 | 0.33 | 0 | 0.92 | 0.33 | 81.13 | 0.86 | 0.36 |
| Hex | 74 | AC | D | 21 | 0 | 5C | 21 | 51 | 56 | 24 |
| Octal | 164 | 254 | 15 | 41 | 0 | 134 | 41 | 121 | 126 | 44 |
| Binary | 1110100 | 10101100 | 1101 | 100001 | 0 | 1011100 | 100001 | 1010001 | 1010110 | 100100 |
Color Harmonies of #74AC0D
Complementary color
Monochromatic Colors of #74AC0D
Black with #74AC0D
Text Example
Text Example
White with #74AC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AC0D; }
p { color: rgb(116,172,13); }
H1.HeaderClassName
{
color: #74AC0D;
}
.AnyTagClassName
{
color: #74AC0D;
}
</style>
background-color css
<style>
a { background-color: #74AC0D; }
a { background-color: rgb(116,172,13); }
div.DivClassName
{
background-color: #74AC0D;
}
.BgClassName
{
background-color: #74AC0D;
}
</style>
border-color css
<style>
span { border-color: #74AC0D; }
span { border-color: rgb(116,172,13); }
td.TdClassName
{
border-color: #74AC0D;
}
.TagClassName
{
border-color: #74AC0D;
}
</style>