Shades of Christi #6DB807
Tints of Christi #6DB807
RGB
CMYK
RGB Variations
Color information
#6DB807 (or 0x6DB807) is known color: Christi. HEX triplet: 6D, B8 and 07. RGB value is (109,184,7). Sum of RGB (Red+Green+Blue) = 109+184+7=300 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.33% from 300); Green value is 184 (72.27% from 255 or 61.33% from 300); Blue value is 7 (3.12% from 255 or 2.33% from 300); Max value from RGB is 184 - color contains mainly: green. Hex color #6DB807 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DB807 is #9247F8. Grayscale: #8E8E8E. Windows color (decimal): -9586681 or 505965. OLE color: 505965.
HSL color Cylindrical-coordinate representation of color #6DB807: hue angle of 85.42º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6DB807 is Cyan = 0.41, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 109 | 184 | 7 | - |
| CMYK | 0.41 | 0 | 0.96 | 0.28 |
| HSL | 85.42º | 0.93% | 0.37% | - |
| HSV(B) | 85.42º | 0.96% | 0.72% | - |
| XYZ | 23.49 | 37.55 | 6.21 | - |
| YUV | 141.4 | 52.15 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 184 | 7 | 0.41 | 0 | 0.96 | 0.28 | 85.42 | 0.93 | 0.37 |
| Hex | 6D | B8 | 7 | 29 | 0 | 60 | 1C | 55 | 5D | 25 |
| Octal | 155 | 270 | 7 | 51 | 0 | 140 | 34 | 125 | 135 | 45 |
| Binary | 1101101 | 10111000 | 111 | 101001 | 0 | 1100000 | 11100 | 1010101 | 1011101 | 100101 |
Color Harmonies of #6DB807
Complementary color
Monochromatic Colors of #6DB807
Black with #6DB807
Text Example
Text Example
White with #6DB807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB807; }
p { color: rgb(109,184,7); }
H1.HeaderClassName
{
color: #6DB807;
}
.AnyTagClassName
{
color: #6DB807;
}
</style>
background-color css
<style>
a { background-color: #6DB807; }
a { background-color: rgb(109,184,7); }
div.DivClassName
{
background-color: #6DB807;
}
.BgClassName
{
background-color: #6DB807;
}
</style>
border-color css
<style>
span { border-color: #6DB807; }
span { border-color: rgb(109,184,7); }
td.TdClassName
{
border-color: #6DB807;
}
.TagClassName
{
border-color: #6DB807;
}
</style>