Shades of Christi #6DB507
Tints of Christi #6DB507
RGB
CMYK
RGB Variations
Color information
#6DB507 (or 0x6DB507) is known color: Christi. HEX triplet: 6D, B5 and 07. RGB value is (109,181,7). Sum of RGB (Red+Green+Blue) = 109+181+7=297 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.70% from 297); Green value is 181 (71.09% from 255 or 60.94% from 297); Blue value is 7 (3.12% from 255 or 2.36% from 297); Max value from RGB is 181 - color contains mainly: green. Hex color #6DB507 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DB507 is #924AF8. Grayscale: #8C8C8C. Windows color (decimal): -9587449 or 505197. OLE color: 505197.
HSL color Cylindrical-coordinate representation of color #6DB507: hue angle of 84.83º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6DB507 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 181 | 7 | - |
| CMYK | 0.40 | 0 | 0.96 | 0.29 |
| HSL | 84.83º | 0.93% | 0.37% | - |
| HSV(B) | 84.83º | 0.96% | 0.71% | - |
| XYZ | 22.87 | 36.31 | 6.01 | - |
| YUV | 139.64 | 53.15 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 181 | 7 | 0.40 | 0 | 0.96 | 0.29 | 84.83 | 0.93 | 0.37 |
| Hex | 6D | B5 | 7 | 28 | 0 | 60 | 1D | 55 | 5D | 25 |
| Octal | 155 | 265 | 7 | 50 | 0 | 140 | 35 | 125 | 135 | 45 |
| Binary | 1101101 | 10110101 | 111 | 101000 | 0 | 1100000 | 11101 | 1010101 | 1011101 | 100101 |
Color Harmonies of #6DB507
Complementary color
Monochromatic Colors of #6DB507
Black with #6DB507
Text Example
Text Example
White with #6DB507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB507; }
p { color: rgb(109,181,7); }
H1.HeaderClassName
{
color: #6DB507;
}
.AnyTagClassName
{
color: #6DB507;
}
</style>
background-color css
<style>
a { background-color: #6DB507; }
a { background-color: rgb(109,181,7); }
div.DivClassName
{
background-color: #6DB507;
}
.BgClassName
{
background-color: #6DB507;
}
</style>
border-color css
<style>
span { border-color: #6DB507; }
span { border-color: rgb(109,181,7); }
td.TdClassName
{
border-color: #6DB507;
}
.TagClassName
{
border-color: #6DB507;
}
</style>