Shades of Christi #6AB600
Tints of Christi #6AB600
RGB
CMYK
RGB Variations
Color information
#6AB600 (or 0x6AB600) is known color: Christi. HEX triplet: 6A, B6 and 00. RGB value is (106,182,0). Sum of RGB (Red+Green+Blue) = 106+182+0=288 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.81% from 288); Green value is 182 (71.48% from 255 or 63.19% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 182 - color contains mainly: green. Hex color #6AB600 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AB600 is #9549FF. Grayscale: #8B8B8B. Windows color (decimal): -9783808 or 46698. OLE color: 46698.
HSL color Cylindrical-coordinate representation of color #6AB600: hue angle of 85.05º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6AB600 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 106 | 182 | 0 | - |
| CMYK | 0.42 | 0 | 1 | 0.29 |
| HSL | 85.05º | 1% | 0.36% | - |
| HSV(B) | 85.05º | 1% | 0.71% | - |
| XYZ | 22.67 | 36.52 | 5.85 | - |
| YUV | 138.53 | 49.82 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 182 | 0 | 0.42 | 0 | 1 | 0.29 | 85.05 | 1 | 0.36 |
| Hex | 6A | B6 | 0 | 2A | 0 | 64 | 1D | 55 | 64 | 24 |
| Octal | 152 | 266 | 0 | 52 | 0 | 144 | 35 | 125 | 144 | 44 |
| Binary | 1101010 | 10110110 | 0 | 101010 | 0 | 1100100 | 11101 | 1010101 | 1100100 | 100100 |
Color Harmonies of #6AB600
Complementary color
Monochromatic Colors of #6AB600
Black with #6AB600
Text Example
Text Example
White with #6AB600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB600; }
p { color: rgb(106,182,0); }
H1.HeaderClassName
{
color: #6AB600;
}
.AnyTagClassName
{
color: #6AB600;
}
</style>
background-color css
<style>
a { background-color: #6AB600; }
a { background-color: rgb(106,182,0); }
div.DivClassName
{
background-color: #6AB600;
}
.BgClassName
{
background-color: #6AB600;
}
</style>
border-color css
<style>
span { border-color: #6AB600; }
span { border-color: rgb(106,182,0); }
td.TdClassName
{
border-color: #6AB600;
}
.TagClassName
{
border-color: #6AB600;
}
</style>