Shades of Christi #6AB72D
Tints of Christi #6AB72D
RGB
CMYK
RGB Variations
Color information
#6AB72D (or 0x6AB72D) is known color: Christi. HEX triplet: 6A, B7 and 2D. RGB value is (106,183,45). Sum of RGB (Red+Green+Blue) = 106+183+45=334 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.74% from 334); Green value is 183 (71.88% from 255 or 54.79% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 183 - color contains mainly: green. Hex color #6AB72D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AB72D is #9548D2. Grayscale: #909090. Windows color (decimal): -9783507 or 2996074. OLE color: 2996074.
HSL color Cylindrical-coordinate representation of color #6AB72D: hue angle of 93.48º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6AB72D is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 106 | 183 | 45 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.28 |
| HSL | 93.48º | 0.61% | 0.45% | - |
| HSV(B) | 93.48º | 0.75% | 0.72% | - |
| XYZ | 23.35 | 37.12 | 8.42 | - |
| YUV | 144.25 | 71.99 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 183 | 45 | 0.42 | 0 | 0.75 | 0.28 | 93.48 | 0.61 | 0.45 |
| Hex | 6A | B7 | 2D | 2A | 0 | 4B | 1C | 5D | 3D | 2D |
| Octal | 152 | 267 | 55 | 52 | 0 | 113 | 34 | 135 | 75 | 55 |
| Binary | 1101010 | 10110111 | 101101 | 101010 | 0 | 1001011 | 11100 | 1011101 | 111101 | 101101 |
Color Harmonies of #6AB72D
Complementary color
Monochromatic Colors of #6AB72D
Black with #6AB72D
Text Example
Text Example
White with #6AB72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB72D; }
p { color: rgb(106,183,45); }
H1.HeaderClassName
{
color: #6AB72D;
}
.AnyTagClassName
{
color: #6AB72D;
}
</style>
background-color css
<style>
a { background-color: #6AB72D; }
a { background-color: rgb(106,183,45); }
div.DivClassName
{
background-color: #6AB72D;
}
.BgClassName
{
background-color: #6AB72D;
}
</style>
border-color css
<style>
span { border-color: #6AB72D; }
span { border-color: rgb(106,183,45); }
td.TdClassName
{
border-color: #6AB72D;
}
.TagClassName
{
border-color: #6AB72D;
}
</style>