Shades of Christi #6DA500
Tints of Christi #6DA500
RGB
CMYK
RGB Variations
Color information
#6DA500 (or 0x6DA500) is known color: Christi. HEX triplet: 6D, A5 and 00. RGB value is (109,165,0). Sum of RGB (Red+Green+Blue) = 109+165+0=274 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.78% from 274); Green value is 165 (64.84% from 255 or 60.22% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 165 - color contains mainly: green. Hex color #6DA500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DA500 is #925AFF. Grayscale: #828282. Windows color (decimal): -9591552 or 42349. OLE color: 42349.
HSL color Cylindrical-coordinate representation of color #6DA500: hue angle of 80.36º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6DA500 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 109 | 165 | 0 | - |
| CMYK | 0.34 | 0 | 1 | 0.35 |
| HSL | 80.36º | 1% | 0.32% | - |
| HSV(B) | 80.36º | 1% | 0.65% | - |
| XYZ | 19.76 | 30.16 | 4.78 | - |
| YUV | 129.45 | 54.95 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 165 | 0 | 0.34 | 0 | 1 | 0.35 | 80.36 | 1 | 0.32 |
| Hex | 6D | A5 | 0 | 22 | 0 | 64 | 23 | 50 | 64 | 20 |
| Octal | 155 | 245 | 0 | 42 | 0 | 144 | 43 | 120 | 144 | 40 |
| Binary | 1101101 | 10100101 | 0 | 100010 | 0 | 1100100 | 100011 | 1010000 | 1100100 | 100000 |
Color Harmonies of #6DA500
Complementary color
Monochromatic Colors of #6DA500
Black with #6DA500
Text Example
Text Example
White with #6DA500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA500; }
p { color: rgb(109,165,0); }
H1.HeaderClassName
{
color: #6DA500;
}
.AnyTagClassName
{
color: #6DA500;
}
</style>
background-color css
<style>
a { background-color: #6DA500; }
a { background-color: rgb(109,165,0); }
div.DivClassName
{
background-color: #6DA500;
}
.BgClassName
{
background-color: #6DA500;
}
</style>
border-color css
<style>
span { border-color: #6DA500; }
span { border-color: rgb(109,165,0); }
td.TdClassName
{
border-color: #6DA500;
}
.TagClassName
{
border-color: #6DA500;
}
</style>