Shades of Christi #6AB301
Tints of Christi #6AB301
RGB
CMYK
RGB Variations
Color information
#6AB301 (or 0x6AB301) is known color: Christi. HEX triplet: 6A, B3 and 01. RGB value is (106,179,1). Sum of RGB (Red+Green+Blue) = 106+179+1=286 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.06% from 286); Green value is 179 (70.31% from 255 or 62.59% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 179 - color contains mainly: green. Hex color #6AB301 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AB301 is #954CFE. Grayscale: #898989. Windows color (decimal): -9784575 or 111466. OLE color: 111466.
HSL color Cylindrical-coordinate representation of color #6AB301: hue angle of 84.61º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6AB301 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 106 | 179 | 1 | - |
| CMYK | 0.41 | 0 | 0.99 | 0.30 |
| HSL | 84.61º | 0.99% | 0.35% | - |
| HSV(B) | 84.61º | 0.99% | 0.7% | - |
| XYZ | 22.07 | 35.31 | 5.68 | - |
| YUV | 136.88 | 51.32 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 179 | 1 | 0.41 | 0 | 0.99 | 0.30 | 84.61 | 0.99 | 0.35 |
| Hex | 6A | B3 | 1 | 29 | 0 | 63 | 1E | 55 | 63 | 23 |
| Octal | 152 | 263 | 1 | 51 | 0 | 143 | 36 | 125 | 143 | 43 |
| Binary | 1101010 | 10110011 | 1 | 101001 | 0 | 1100011 | 11110 | 1010101 | 1100011 | 100011 |
Color Harmonies of #6AB301
Complementary color
Monochromatic Colors of #6AB301
Black with #6AB301
Text Example
Text Example
White with #6AB301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB301; }
p { color: rgb(106,179,1); }
H1.HeaderClassName
{
color: #6AB301;
}
.AnyTagClassName
{
color: #6AB301;
}
</style>
background-color css
<style>
a { background-color: #6AB301; }
a { background-color: rgb(106,179,1); }
div.DivClassName
{
background-color: #6AB301;
}
.BgClassName
{
background-color: #6AB301;
}
</style>
border-color css
<style>
span { border-color: #6AB301; }
span { border-color: rgb(106,179,1); }
td.TdClassName
{
border-color: #6AB301;
}
.TagClassName
{
border-color: #6AB301;
}
</style>