Shades of Christi #6AB31D
Tints of Christi #6AB31D
RGB
CMYK
RGB Variations
Color information
#6AB31D (or 0x6AB31D) is known color: Christi. HEX triplet: 6A, B3 and 1D. RGB value is (106,179,29). Sum of RGB (Red+Green+Blue) = 106+179+29=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 179 (70.31% from 255 or 57.01% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 179 - color contains mainly: green. Hex color #6AB31D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AB31D is #954CE2. Grayscale: #8C8C8C. Windows color (decimal): -9784547 or 1946474. OLE color: 1946474.
HSL color Cylindrical-coordinate representation of color #6AB31D: hue angle of 89.2º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6AB31D is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 106 | 179 | 29 | - |
| CMYK | 0.41 | 0 | 0.84 | 0.30 |
| HSL | 89.2º | 0.72% | 0.41% | - |
| HSV(B) | 89.2º | 0.84% | 0.7% | - |
| XYZ | 22.29 | 35.39 | 6.82 | - |
| YUV | 140.07 | 65.32 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 179 | 29 | 0.41 | 0 | 0.84 | 0.30 | 89.2 | 0.72 | 0.41 |
| Hex | 6A | B3 | 1D | 29 | 0 | 54 | 1E | 59 | 48 | 29 |
| Octal | 152 | 263 | 35 | 51 | 0 | 124 | 36 | 131 | 110 | 51 |
| Binary | 1101010 | 10110011 | 11101 | 101001 | 0 | 1010100 | 11110 | 1011001 | 1001000 | 101001 |
Color Harmonies of #6AB31D
Complementary color
Monochromatic Colors of #6AB31D
Black with #6AB31D
Text Example
Text Example
White with #6AB31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB31D; }
p { color: rgb(106,179,29); }
H1.HeaderClassName
{
color: #6AB31D;
}
.AnyTagClassName
{
color: #6AB31D;
}
</style>
background-color css
<style>
a { background-color: #6AB31D; }
a { background-color: rgb(106,179,29); }
div.DivClassName
{
background-color: #6AB31D;
}
.BgClassName
{
background-color: #6AB31D;
}
</style>
border-color css
<style>
span { border-color: #6AB31D; }
span { border-color: rgb(106,179,29); }
td.TdClassName
{
border-color: #6AB31D;
}
.TagClassName
{
border-color: #6AB31D;
}
</style>