Shades of Christi #6AB01B
Tints of Christi #6AB01B
RGB
CMYK
RGB Variations
Color information
#6AB01B (or 0x6AB01B) is known color: Christi. HEX triplet: 6A, B0 and 1B. RGB value is (106,176,27). Sum of RGB (Red+Green+Blue) = 106+176+27=309 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.30% from 309); Green value is 176 (69.14% from 255 or 56.96% from 309); Blue value is 27 (10.94% from 255 or 8.74% from 309); Max value from RGB is 176 - color contains mainly: green. Hex color #6AB01B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AB01B is #954FE4. Grayscale: #8A8A8A. Windows color (decimal): -9785317 or 1814634. OLE color: 1814634.
HSL color Cylindrical-coordinate representation of color #6AB01B: hue angle of 88.19º 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 #6AB01B is Cyan = 0.40, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 176 | 27 | - |
| CMYK | 0.40 | 0 | 0.85 | 0.31 |
| HSL | 88.19º | 0.73% | 0.4% | - |
| HSV(B) | 88.19º | 0.85% | 0.69% | - |
| XYZ | 21.67 | 34.19 | 6.5 | - |
| YUV | 138.08 | 65.31 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 176 | 27 | 0.40 | 0 | 0.85 | 0.31 | 88.19 | 0.73 | 0.4 |
| Hex | 6A | B0 | 1B | 28 | 0 | 55 | 1F | 58 | 49 | 28 |
| Octal | 152 | 260 | 33 | 50 | 0 | 125 | 37 | 130 | 111 | 50 |
| Binary | 1101010 | 10110000 | 11011 | 101000 | 0 | 1010101 | 11111 | 1011000 | 1001001 | 101000 |
Color Harmonies of #6AB01B
Complementary color
Monochromatic Colors of #6AB01B
Black with #6AB01B
Text Example
Text Example
White with #6AB01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB01B; }
p { color: rgb(106,176,27); }
H1.HeaderClassName
{
color: #6AB01B;
}
.AnyTagClassName
{
color: #6AB01B;
}
</style>
background-color css
<style>
a { background-color: #6AB01B; }
a { background-color: rgb(106,176,27); }
div.DivClassName
{
background-color: #6AB01B;
}
.BgClassName
{
background-color: #6AB01B;
}
</style>
border-color css
<style>
span { border-color: #6AB01B; }
span { border-color: rgb(106,176,27); }
td.TdClassName
{
border-color: #6AB01B;
}
.TagClassName
{
border-color: #6AB01B;
}
</style>