Shades of Christi #6DB000
Tints of Christi #6DB000
RGB
CMYK
RGB Variations
Color information
#6DB000 (or 0x6DB000) is known color: Christi. HEX triplet: 6D, B0 and 00. RGB value is (109,176,0). Sum of RGB (Red+Green+Blue) = 109+176+0=285 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.25% from 285); Green value is 176 (69.14% from 255 or 61.75% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 176 - color contains mainly: green. Hex color #6DB000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DB000 is #924FFF. Grayscale: #888888. Windows color (decimal): -9588736 or 45165. OLE color: 45165.
HSL color Cylindrical-coordinate representation of color #6DB000: hue angle of 82.84º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6DB000 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 176 | 0 | - |
| CMYK | 0.38 | 0 | 1 | 0.31 |
| HSL | 82.84º | 1% | 0.35% | - |
| HSV(B) | 82.84º | 1% | 0.69% | - |
| XYZ | 21.83 | 34.3 | 5.47 | - |
| YUV | 135.9 | 51.3 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 176 | 0 | 0.38 | 0 | 1 | 0.31 | 82.84 | 1 | 0.35 |
| Hex | 6D | B0 | 0 | 26 | 0 | 64 | 1F | 53 | 64 | 23 |
| Octal | 155 | 260 | 0 | 46 | 0 | 144 | 37 | 123 | 144 | 43 |
| Binary | 1101101 | 10110000 | 0 | 100110 | 0 | 1100100 | 11111 | 1010011 | 1100100 | 100011 |
Color Harmonies of #6DB000
Complementary color
Monochromatic Colors of #6DB000
Black with #6DB000
Text Example
Text Example
White with #6DB000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB000; }
p { color: rgb(109,176,0); }
H1.HeaderClassName
{
color: #6DB000;
}
.AnyTagClassName
{
color: #6DB000;
}
</style>
background-color css
<style>
a { background-color: #6DB000; }
a { background-color: rgb(109,176,0); }
div.DivClassName
{
background-color: #6DB000;
}
.BgClassName
{
background-color: #6DB000;
}
</style>
border-color css
<style>
span { border-color: #6DB000; }
span { border-color: rgb(109,176,0); }
td.TdClassName
{
border-color: #6DB000;
}
.TagClassName
{
border-color: #6DB000;
}
</style>