Shades of Christi #6DAC07
Tints of Christi #6DAC07
RGB
CMYK
RGB Variations
Color information
#6DAC07 (or 0x6DAC07) is known color: Christi. HEX triplet: 6D, AC and 07. RGB value is (109,172,7). Sum of RGB (Red+Green+Blue) = 109+172+7=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 172 (67.58% from 255 or 59.72% from 288); Blue value is 7 (3.12% from 255 or 2.43% from 288); Max value from RGB is 172 - color contains mainly: green. Hex color #6DAC07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DAC07 is #9253F8. Grayscale: #868686. Windows color (decimal): -9589753 or 502893. OLE color: 502893.
HSL color Cylindrical-coordinate representation of color #6DAC07: hue angle of 82.91º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6DAC07 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 172 | 7 | - |
| CMYK | 0.37 | 0 | 0.96 | 0.33 |
| HSL | 82.91º | 0.92% | 0.35% | - |
| HSV(B) | 82.91º | 0.96% | 0.67% | - |
| XYZ | 21.1 | 32.77 | 5.41 | - |
| YUV | 134.35 | 56.13 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 172 | 7 | 0.37 | 0 | 0.96 | 0.33 | 82.91 | 0.92 | 0.35 |
| Hex | 6D | AC | 7 | 25 | 0 | 60 | 21 | 53 | 5C | 23 |
| Octal | 155 | 254 | 7 | 45 | 0 | 140 | 41 | 123 | 134 | 43 |
| Binary | 1101101 | 10101100 | 111 | 100101 | 0 | 1100000 | 100001 | 1010011 | 1011100 | 100011 |
Color Harmonies of #6DAC07
Complementary color
Monochromatic Colors of #6DAC07
Black with #6DAC07
Text Example
Text Example
White with #6DAC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAC07; }
p { color: rgb(109,172,7); }
H1.HeaderClassName
{
color: #6DAC07;
}
.AnyTagClassName
{
color: #6DAC07;
}
</style>
background-color css
<style>
a { background-color: #6DAC07; }
a { background-color: rgb(109,172,7); }
div.DivClassName
{
background-color: #6DAC07;
}
.BgClassName
{
background-color: #6DAC07;
}
</style>
border-color css
<style>
span { border-color: #6DAC07; }
span { border-color: rgb(109,172,7); }
td.TdClassName
{
border-color: #6DAC07;
}
.TagClassName
{
border-color: #6DAC07;
}
</style>