Shades of Christi #6AB11F
Tints of Christi #6AB11F
RGB
CMYK
RGB Variations
Color information
#6AB11F (or 0x6AB11F) is known color: Christi. HEX triplet: 6A, B1 and 1F. RGB value is (106,177,31). Sum of RGB (Red+Green+Blue) = 106+177+31=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 177 (69.53% from 255 or 56.37% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 177 - color contains mainly: green. Hex color #6AB11F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AB11F is #954EE0. Grayscale: #8B8B8B. Windows color (decimal): -9785057 or 2077034. OLE color: 2077034.
HSL color Cylindrical-coordinate representation of color #6AB11F: hue angle of 89.18º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6AB11F is Cyan = 0.40, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 177 | 31 | - |
| CMYK | 0.40 | 0 | 0.82 | 0.31 |
| HSL | 89.18º | 0.7% | 0.41% | - |
| HSV(B) | 89.18º | 0.82% | 0.69% | - |
| XYZ | 21.91 | 34.61 | 6.82 | - |
| YUV | 139.13 | 66.98 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 177 | 31 | 0.40 | 0 | 0.82 | 0.31 | 89.18 | 0.7 | 0.41 |
| Hex | 6A | B1 | 1F | 28 | 0 | 52 | 1F | 59 | 46 | 29 |
| Octal | 152 | 261 | 37 | 50 | 0 | 122 | 37 | 131 | 106 | 51 |
| Binary | 1101010 | 10110001 | 11111 | 101000 | 0 | 1010010 | 11111 | 1011001 | 1000110 | 101001 |
Color Harmonies of #6AB11F
Complementary color
Monochromatic Colors of #6AB11F
Black with #6AB11F
Text Example
Text Example
White with #6AB11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB11F; }
p { color: rgb(106,177,31); }
H1.HeaderClassName
{
color: #6AB11F;
}
.AnyTagClassName
{
color: #6AB11F;
}
</style>
background-color css
<style>
a { background-color: #6AB11F; }
a { background-color: rgb(106,177,31); }
div.DivClassName
{
background-color: #6AB11F;
}
.BgClassName
{
background-color: #6AB11F;
}
</style>
border-color css
<style>
span { border-color: #6AB11F; }
span { border-color: rgb(106,177,31); }
td.TdClassName
{
border-color: #6AB11F;
}
.TagClassName
{
border-color: #6AB11F;
}
</style>