Shades of Christi #6DB00F
Tints of Christi #6DB00F
RGB
CMYK
RGB Variations
Color information
#6DB00F (or 0x6DB00F) is known color: Christi. HEX triplet: 6D, B0 and 0F. RGB value is (109,176,15). Sum of RGB (Red+Green+Blue) = 109+176+15=300 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.33% from 300); Green value is 176 (69.14% from 255 or 58.67% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 176 - color contains mainly: green. Hex color #6DB00F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DB00F is #924FF0. Grayscale: #8A8A8A. Windows color (decimal): -9588721 or 1028205. OLE color: 1028205.
HSL color Cylindrical-coordinate representation of color #6DB00F: hue angle of 84.97º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6DB00F is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 176 | 15 | - |
| CMYK | 0.38 | 0 | 0.91 | 0.31 |
| HSL | 84.97º | 0.84% | 0.37% | - |
| HSV(B) | 84.97º | 0.91% | 0.69% | - |
| XYZ | 21.92 | 34.34 | 5.92 | - |
| YUV | 137.61 | 58.8 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 176 | 15 | 0.38 | 0 | 0.91 | 0.31 | 84.97 | 0.84 | 0.37 |
| Hex | 6D | B0 | F | 26 | 0 | 5B | 1F | 55 | 54 | 25 |
| Octal | 155 | 260 | 17 | 46 | 0 | 133 | 37 | 125 | 124 | 45 |
| Binary | 1101101 | 10110000 | 1111 | 100110 | 0 | 1011011 | 11111 | 1010101 | 1010100 | 100101 |
Color Harmonies of #6DB00F
Complementary color
Monochromatic Colors of #6DB00F
Black with #6DB00F
Text Example
Text Example
White with #6DB00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB00F; }
p { color: rgb(109,176,15); }
H1.HeaderClassName
{
color: #6DB00F;
}
.AnyTagClassName
{
color: #6DB00F;
}
</style>
background-color css
<style>
a { background-color: #6DB00F; }
a { background-color: rgb(109,176,15); }
div.DivClassName
{
background-color: #6DB00F;
}
.BgClassName
{
background-color: #6DB00F;
}
</style>
border-color css
<style>
span { border-color: #6DB00F; }
span { border-color: rgb(109,176,15); }
td.TdClassName
{
border-color: #6DB00F;
}
.TagClassName
{
border-color: #6DB00F;
}
</style>