Shades of Christi #6BAB18
Tints of Christi #6BAB18
RGB
CMYK
RGB Variations
Color information
#6BAB18 (or 0x6BAB18) is known color: Christi. HEX triplet: 6B, AB and 18. RGB value is (107,171,24). Sum of RGB (Red+Green+Blue) = 107+171+24=302 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.43% from 302); Green value is 171 (67.19% from 255 or 56.62% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BAB18 is #9454E7. Grayscale: #878787. Windows color (decimal): -9721064 or 1616747. OLE color: 1616747.
HSL color Cylindrical-coordinate representation of color #6BAB18: hue angle of 86.12º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6BAB18 is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 171 | 24 | - |
| CMYK | 0.37 | 0 | 0.86 | 0.33 |
| HSL | 86.12º | 0.75% | 0.38% | - |
| HSV(B) | 86.12º | 0.86% | 0.67% | - |
| XYZ | 20.79 | 32.32 | 6.01 | - |
| YUV | 135.11 | 65.3 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 171 | 24 | 0.37 | 0 | 0.86 | 0.33 | 86.12 | 0.75 | 0.38 |
| Hex | 6B | AB | 18 | 25 | 0 | 56 | 21 | 56 | 4B | 26 |
| Octal | 153 | 253 | 30 | 45 | 0 | 126 | 41 | 126 | 113 | 46 |
| Binary | 1101011 | 10101011 | 11000 | 100101 | 0 | 1010110 | 100001 | 1010110 | 1001011 | 100110 |
Color Harmonies of #6BAB18
Complementary color
Monochromatic Colors of #6BAB18
Black with #6BAB18
Text Example
Text Example
White with #6BAB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAB18; }
p { color: rgb(107,171,24); }
H1.HeaderClassName
{
color: #6BAB18;
}
.AnyTagClassName
{
color: #6BAB18;
}
</style>
background-color css
<style>
a { background-color: #6BAB18; }
a { background-color: rgb(107,171,24); }
div.DivClassName
{
background-color: #6BAB18;
}
.BgClassName
{
background-color: #6BAB18;
}
</style>
border-color css
<style>
span { border-color: #6BAB18; }
span { border-color: rgb(107,171,24); }
td.TdClassName
{
border-color: #6BAB18;
}
.TagClassName
{
border-color: #6BAB18;
}
</style>