Shades of Christi #6DB605
Tints of Christi #6DB605
RGB
CMYK
RGB Variations
Color information
#6DB605 (or 0x6DB605) is known color: Christi. HEX triplet: 6D, B6 and 05. RGB value is (109,182,5). Sum of RGB (Red+Green+Blue) = 109+182+5=296 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.82% from 296); Green value is 182 (71.48% from 255 or 61.49% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 182 - color contains mainly: green. Hex color #6DB605 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DB605 is #9249FA. Grayscale: #8C8C8C. Windows color (decimal): -9587195 or 374381. OLE color: 374381.
HSL color Cylindrical-coordinate representation of color #6DB605: hue angle of 84.75º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6DB605 is Cyan = 0.40, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 182 | 5 | - |
| CMYK | 0.40 | 0 | 0.97 | 0.29 |
| HSL | 84.75º | 0.95% | 0.37% | - |
| HSV(B) | 84.75º | 0.97% | 0.71% | - |
| XYZ | 23.06 | 36.72 | 6.02 | - |
| YUV | 140 | 51.82 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 182 | 5 | 0.40 | 0 | 0.97 | 0.29 | 84.75 | 0.95 | 0.37 |
| Hex | 6D | B6 | 5 | 28 | 0 | 61 | 1D | 55 | 5F | 25 |
| Octal | 155 | 266 | 5 | 50 | 0 | 141 | 35 | 125 | 137 | 45 |
| Binary | 1101101 | 10110110 | 101 | 101000 | 0 | 1100001 | 11101 | 1010101 | 1011111 | 100101 |
Color Harmonies of #6DB605
Complementary color
Monochromatic Colors of #6DB605
Black with #6DB605
Text Example
Text Example
White with #6DB605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB605; }
p { color: rgb(109,182,5); }
H1.HeaderClassName
{
color: #6DB605;
}
.AnyTagClassName
{
color: #6DB605;
}
</style>
background-color css
<style>
a { background-color: #6DB605; }
a { background-color: rgb(109,182,5); }
div.DivClassName
{
background-color: #6DB605;
}
.BgClassName
{
background-color: #6DB605;
}
</style>
border-color css
<style>
span { border-color: #6DB605; }
span { border-color: rgb(109,182,5); }
td.TdClassName
{
border-color: #6DB605;
}
.TagClassName
{
border-color: #6DB605;
}
</style>