Shades of Christi #7DAC01
Tints of Christi #7DAC01
RGB
CMYK
RGB Variations
Color information
#7DAC01 (or 0x7DAC01) is known color: Christi. HEX triplet: 7D, AC and 01. RGB value is (125,172,1). Sum of RGB (Red+Green+Blue) = 125+172+1=298 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.95% from 298); Green value is 172 (67.58% from 255 or 57.72% from 298); Blue value is 1 (0.78% from 255 or 0.34% from 298); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAC01 is #8253FE. Grayscale: #8B8B8B. Windows color (decimal): -8541183 or 109693. OLE color: 109693.
HSL color Cylindrical-coordinate representation of color #7DAC01: hue angle of 76.49º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7DAC01 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 172 | 1 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.33 |
| HSL | 76.49º | 0.99% | 0.34% | - |
| HSV(B) | 76.49º | 0.99% | 0.67% | - |
| XYZ | 23.22 | 33.87 | 5.34 | - |
| YUV | 138.45 | 50.43 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 1 | 0.27 | 0 | 0.99 | 0.33 | 76.49 | 0.99 | 0.34 |
| Hex | 7D | AC | 1 | 1B | 0 | 63 | 21 | 4C | 63 | 22 |
| Octal | 175 | 254 | 1 | 33 | 0 | 143 | 41 | 114 | 143 | 42 |
| Binary | 1111101 | 10101100 | 1 | 11011 | 0 | 1100011 | 100001 | 1001100 | 1100011 | 100010 |
Color Harmonies of #7DAC01
Complementary color
Monochromatic Colors of #7DAC01
Black with #7DAC01
Text Example
Text Example
White with #7DAC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAC01; }
p { color: rgb(125,172,1); }
H1.HeaderClassName
{
color: #7DAC01;
}
.AnyTagClassName
{
color: #7DAC01;
}
</style>
background-color css
<style>
a { background-color: #7DAC01; }
a { background-color: rgb(125,172,1); }
div.DivClassName
{
background-color: #7DAC01;
}
.BgClassName
{
background-color: #7DAC01;
}
</style>
border-color css
<style>
span { border-color: #7DAC01; }
span { border-color: rgb(125,172,1); }
td.TdClassName
{
border-color: #7DAC01;
}
.TagClassName
{
border-color: #7DAC01;
}
</style>