Shades of Christi #6BAD19
Tints of Christi #6BAD19
RGB
CMYK
RGB Variations
Color information
#6BAD19 (or 0x6BAD19) is known color: Christi. HEX triplet: 6B, AD and 19. RGB value is (107,173,25). Sum of RGB (Red+Green+Blue) = 107+173+25=305 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.08% from 305); Green value is 173 (67.97% from 255 or 56.72% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 173 - color contains mainly: green. Hex color #6BAD19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BAD19 is #9452E6. Grayscale: #888888. Windows color (decimal): -9720551 or 1682795. OLE color: 1682795.
HSL color Cylindrical-coordinate representation of color #6BAD19: hue angle of 86.76º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6BAD19 is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 173 | 25 | - |
| CMYK | 0.38 | 0 | 0.86 | 0.32 |
| HSL | 86.76º | 0.75% | 0.39% | - |
| HSV(B) | 86.76º | 0.86% | 0.68% | - |
| XYZ | 21.18 | 33.08 | 6.19 | - |
| YUV | 136.39 | 65.13 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 173 | 25 | 0.38 | 0 | 0.86 | 0.32 | 86.76 | 0.75 | 0.39 |
| Hex | 6B | AD | 19 | 26 | 0 | 56 | 20 | 57 | 4B | 27 |
| Octal | 153 | 255 | 31 | 46 | 0 | 126 | 40 | 127 | 113 | 47 |
| Binary | 1101011 | 10101101 | 11001 | 100110 | 0 | 1010110 | 100000 | 1010111 | 1001011 | 100111 |
Color Harmonies of #6BAD19
Complementary color
Monochromatic Colors of #6BAD19
Black with #6BAD19
Text Example
Text Example
White with #6BAD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAD19; }
p { color: rgb(107,173,25); }
H1.HeaderClassName
{
color: #6BAD19;
}
.AnyTagClassName
{
color: #6BAD19;
}
</style>
background-color css
<style>
a { background-color: #6BAD19; }
a { background-color: rgb(107,173,25); }
div.DivClassName
{
background-color: #6BAD19;
}
.BgClassName
{
background-color: #6BAD19;
}
</style>
border-color css
<style>
span { border-color: #6BAD19; }
span { border-color: rgb(107,173,25); }
td.TdClassName
{
border-color: #6BAD19;
}
.TagClassName
{
border-color: #6BAD19;
}
</style>