Shades of Christi #6AB72A
Tints of Christi #6AB72A
RGB
CMYK
RGB Variations
Color information
#6AB72A (or 0x6AB72A) is known color: Christi. HEX triplet: 6A, B7 and 2A. RGB value is (106,183,42). Sum of RGB (Red+Green+Blue) = 106+183+42=331 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.02% from 331); Green value is 183 (71.88% from 255 or 55.29% from 331); Blue value is 42 (16.80% from 255 or 12.69% from 331); Max value from RGB is 183 - color contains mainly: green. Hex color #6AB72A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AB72A is #9548D5. Grayscale: #909090. Windows color (decimal): -9783510 or 2799466. OLE color: 2799466.
HSL color Cylindrical-coordinate representation of color #6AB72A: hue angle of 92.77º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6AB72A is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 106 | 183 | 42 | - |
| CMYK | 0.42 | 0 | 0.77 | 0.28 |
| HSL | 92.77º | 0.63% | 0.44% | - |
| HSV(B) | 92.77º | 0.77% | 0.72% | - |
| XYZ | 23.3 | 37.1 | 8.12 | - |
| YUV | 143.9 | 70.49 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 183 | 42 | 0.42 | 0 | 0.77 | 0.28 | 92.77 | 0.63 | 0.44 |
| Hex | 6A | B7 | 2A | 2A | 0 | 4D | 1C | 5D | 3F | 2C |
| Octal | 152 | 267 | 52 | 52 | 0 | 115 | 34 | 135 | 77 | 54 |
| Binary | 1101010 | 10110111 | 101010 | 101010 | 0 | 1001101 | 11100 | 1011101 | 111111 | 101100 |
Color Harmonies of #6AB72A
Complementary color
Monochromatic Colors of #6AB72A
Black with #6AB72A
Text Example
Text Example
White with #6AB72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB72A; }
p { color: rgb(106,183,42); }
H1.HeaderClassName
{
color: #6AB72A;
}
.AnyTagClassName
{
color: #6AB72A;
}
</style>
background-color css
<style>
a { background-color: #6AB72A; }
a { background-color: rgb(106,183,42); }
div.DivClassName
{
background-color: #6AB72A;
}
.BgClassName
{
background-color: #6AB72A;
}
</style>
border-color css
<style>
span { border-color: #6AB72A; }
span { border-color: rgb(106,183,42); }
td.TdClassName
{
border-color: #6AB72A;
}
.TagClassName
{
border-color: #6AB72A;
}
</style>