Shades of Christi #6AB30D
Tints of Christi #6AB30D
RGB
CMYK
RGB Variations
Color information
#6AB30D (or 0x6AB30D) is known color: Christi. HEX triplet: 6A, B3 and 0D. RGB value is (106,179,13). Sum of RGB (Red+Green+Blue) = 106+179+13=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 179 (70.31% from 255 or 60.07% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 179 - color contains mainly: green. Hex color #6AB30D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AB30D is #954CF2. Grayscale: #8A8A8A. Windows color (decimal): -9784563 or 897898. OLE color: 897898.
HSL color Cylindrical-coordinate representation of color #6AB30D: hue angle of 86.39º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6AB30D is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 106 | 179 | 13 | - |
| CMYK | 0.41 | 0 | 0.93 | 0.30 |
| HSL | 86.39º | 0.86% | 0.38% | - |
| HSV(B) | 86.39º | 0.93% | 0.7% | - |
| XYZ | 22.14 | 35.33 | 6.03 | - |
| YUV | 138.25 | 57.32 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 179 | 13 | 0.41 | 0 | 0.93 | 0.30 | 86.39 | 0.86 | 0.38 |
| Hex | 6A | B3 | D | 29 | 0 | 5D | 1E | 56 | 56 | 26 |
| Octal | 152 | 263 | 15 | 51 | 0 | 135 | 36 | 126 | 126 | 46 |
| Binary | 1101010 | 10110011 | 1101 | 101001 | 0 | 1011101 | 11110 | 1010110 | 1010110 | 100110 |
Color Harmonies of #6AB30D
Complementary color
Monochromatic Colors of #6AB30D
Black with #6AB30D
Text Example
Text Example
White with #6AB30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB30D; }
p { color: rgb(106,179,13); }
H1.HeaderClassName
{
color: #6AB30D;
}
.AnyTagClassName
{
color: #6AB30D;
}
</style>
background-color css
<style>
a { background-color: #6AB30D; }
a { background-color: rgb(106,179,13); }
div.DivClassName
{
background-color: #6AB30D;
}
.BgClassName
{
background-color: #6AB30D;
}
</style>
border-color css
<style>
span { border-color: #6AB30D; }
span { border-color: rgb(106,179,13); }
td.TdClassName
{
border-color: #6AB30D;
}
.TagClassName
{
border-color: #6AB30D;
}
</style>