Shades of Christi #6AB82C
Tints of Christi #6AB82C
RGB
CMYK
RGB Variations
Color information
#6AB82C (or 0x6AB82C) is known color: Christi. HEX triplet: 6A, B8 and 2C. RGB value is (106,184,44). Sum of RGB (Red+Green+Blue) = 106+184+44=334 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.74% from 334); Green value is 184 (72.27% from 255 or 55.09% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 184 - color contains mainly: green. Hex color #6AB82C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AB82C is #9547D3. Grayscale: #919191. Windows color (decimal): -9783252 or 2930794. OLE color: 2930794.
HSL color Cylindrical-coordinate representation of color #6AB82C: hue angle of 93.43º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6AB82C is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 106 | 184 | 44 | - |
| CMYK | 0.42 | 0 | 0.76 | 0.28 |
| HSL | 93.43º | 0.61% | 0.45% | - |
| HSV(B) | 93.43º | 0.76% | 0.72% | - |
| XYZ | 23.54 | 37.53 | 8.39 | - |
| YUV | 144.72 | 71.16 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 184 | 44 | 0.42 | 0 | 0.76 | 0.28 | 93.43 | 0.61 | 0.45 |
| Hex | 6A | B8 | 2C | 2A | 0 | 4C | 1C | 5D | 3D | 2D |
| Octal | 152 | 270 | 54 | 52 | 0 | 114 | 34 | 135 | 75 | 55 |
| Binary | 1101010 | 10111000 | 101100 | 101010 | 0 | 1001100 | 11100 | 1011101 | 111101 | 101101 |
Color Harmonies of #6AB82C
Complementary color
Monochromatic Colors of #6AB82C
Black with #6AB82C
Text Example
Text Example
White with #6AB82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB82C; }
p { color: rgb(106,184,44); }
H1.HeaderClassName
{
color: #6AB82C;
}
.AnyTagClassName
{
color: #6AB82C;
}
</style>
background-color css
<style>
a { background-color: #6AB82C; }
a { background-color: rgb(106,184,44); }
div.DivClassName
{
background-color: #6AB82C;
}
.BgClassName
{
background-color: #6AB82C;
}
</style>
border-color css
<style>
span { border-color: #6AB82C; }
span { border-color: rgb(106,184,44); }
td.TdClassName
{
border-color: #6AB82C;
}
.TagClassName
{
border-color: #6AB82C;
}
</style>