Shades of Christi #6BAB00
Tints of Christi #6BAB00
RGB
CMYK
RGB Variations
Color information
#6BAB00 (or 0x6BAB00) is known color: Christi. HEX triplet: 6B, AB and 00. RGB value is (107,171,0). Sum of RGB (Red+Green+Blue) = 107+171+0=278 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.49% from 278); Green value is 171 (67.19% from 255 or 61.51% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BAB00 is #9454FF. Grayscale: #848484. Windows color (decimal): -9721088 or 43883. OLE color: 43883.
HSL color Cylindrical-coordinate representation of color #6BAB00: hue angle of 82.46º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6BAB00 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 171 | 0 | - |
| CMYK | 0.37 | 0 | 1 | 0.33 |
| HSL | 82.46º | 1% | 0.34% | - |
| HSV(B) | 82.46º | 1% | 0.67% | - |
| XYZ | 20.63 | 32.25 | 5.14 | - |
| YUV | 132.37 | 53.3 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 171 | 0 | 0.37 | 0 | 1 | 0.33 | 82.46 | 1 | 0.34 |
| Hex | 6B | AB | 0 | 25 | 0 | 64 | 21 | 52 | 64 | 22 |
| Octal | 153 | 253 | 0 | 45 | 0 | 144 | 41 | 122 | 144 | 42 |
| Binary | 1101011 | 10101011 | 0 | 100101 | 0 | 1100100 | 100001 | 1010010 | 1100100 | 100010 |
Color Harmonies of #6BAB00
Complementary color
Monochromatic Colors of #6BAB00
Black with #6BAB00
Text Example
Text Example
White with #6BAB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAB00; }
p { color: rgb(107,171,0); }
H1.HeaderClassName
{
color: #6BAB00;
}
.AnyTagClassName
{
color: #6BAB00;
}
</style>
background-color css
<style>
a { background-color: #6BAB00; }
a { background-color: rgb(107,171,0); }
div.DivClassName
{
background-color: #6BAB00;
}
.BgClassName
{
background-color: #6BAB00;
}
</style>
border-color css
<style>
span { border-color: #6BAB00; }
span { border-color: rgb(107,171,0); }
td.TdClassName
{
border-color: #6BAB00;
}
.TagClassName
{
border-color: #6BAB00;
}
</style>