Shades of Christi #6DAF1B
Tints of Christi #6DAF1B
RGB
CMYK
RGB Variations
Color information
#6DAF1B (or 0x6DAF1B) is known color: Christi. HEX triplet: 6D, AF and 1B. RGB value is (109,175,27). Sum of RGB (Red+Green+Blue) = 109+175+27=311 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.05% from 311); Green value is 175 (68.75% from 255 or 56.27% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAF1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DAF1B is #9250E4. Grayscale: #8A8A8A. Windows color (decimal): -9588965 or 1814381. OLE color: 1814381.
HSL color Cylindrical-coordinate representation of color #6DAF1B: hue angle of 86.76º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6DAF1B is Cyan = 0.38, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 175 | 27 | - |
| CMYK | 0.38 | 0 | 0.85 | 0.31 |
| HSL | 86.76º | 0.73% | 0.4% | - |
| HSV(B) | 86.76º | 0.85% | 0.69% | - |
| XYZ | 21.83 | 33.99 | 6.45 | - |
| YUV | 138.39 | 65.13 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 175 | 27 | 0.38 | 0 | 0.85 | 0.31 | 86.76 | 0.73 | 0.4 |
| Hex | 6D | AF | 1B | 26 | 0 | 55 | 1F | 57 | 49 | 28 |
| Octal | 155 | 257 | 33 | 46 | 0 | 125 | 37 | 127 | 111 | 50 |
| Binary | 1101101 | 10101111 | 11011 | 100110 | 0 | 1010101 | 11111 | 1010111 | 1001001 | 101000 |
Color Harmonies of #6DAF1B
Complementary color
Monochromatic Colors of #6DAF1B
Black with #6DAF1B
Text Example
Text Example
White with #6DAF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAF1B; }
p { color: rgb(109,175,27); }
H1.HeaderClassName
{
color: #6DAF1B;
}
.AnyTagClassName
{
color: #6DAF1B;
}
</style>
background-color css
<style>
a { background-color: #6DAF1B; }
a { background-color: rgb(109,175,27); }
div.DivClassName
{
background-color: #6DAF1B;
}
.BgClassName
{
background-color: #6DAF1B;
}
</style>
border-color css
<style>
span { border-color: #6DAF1B; }
span { border-color: rgb(109,175,27); }
td.TdClassName
{
border-color: #6DAF1B;
}
.TagClassName
{
border-color: #6DAF1B;
}
</style>