Shades of Christi #6AB82F
Tints of Christi #6AB82F
RGB
CMYK
RGB Variations
Color information
#6AB82F (or 0x6AB82F) is known color: Christi. HEX triplet: 6A, B8 and 2F. RGB value is (106,184,47). Sum of RGB (Red+Green+Blue) = 106+184+47=337 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.45% from 337); Green value is 184 (72.27% from 255 or 54.60% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 184 - color contains mainly: green. Hex color #6AB82F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AB82F is #9547D0. Grayscale: #919191. Windows color (decimal): -9783249 or 3127402. OLE color: 3127402.
HSL color Cylindrical-coordinate representation of color #6AB82F: hue angle of 94.16º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6AB82F is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 106 | 184 | 47 | - |
| CMYK | 0.42 | 0 | 0.74 | 0.28 |
| HSL | 94.16º | 0.59% | 0.45% | - |
| HSV(B) | 94.16º | 0.74% | 0.72% | - |
| XYZ | 23.6 | 37.55 | 8.69 | - |
| YUV | 145.06 | 72.66 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 184 | 47 | 0.42 | 0 | 0.74 | 0.28 | 94.16 | 0.59 | 0.45 |
| Hex | 6A | B8 | 2F | 2A | 0 | 4A | 1C | 5E | 3B | 2D |
| Octal | 152 | 270 | 57 | 52 | 0 | 112 | 34 | 136 | 73 | 55 |
| Binary | 1101010 | 10111000 | 101111 | 101010 | 0 | 1001010 | 11100 | 1011110 | 111011 | 101101 |
Color Harmonies of #6AB82F
Complementary color
Monochromatic Colors of #6AB82F
Black with #6AB82F
Text Example
Text Example
White with #6AB82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB82F; }
p { color: rgb(106,184,47); }
H1.HeaderClassName
{
color: #6AB82F;
}
.AnyTagClassName
{
color: #6AB82F;
}
</style>
background-color css
<style>
a { background-color: #6AB82F; }
a { background-color: rgb(106,184,47); }
div.DivClassName
{
background-color: #6AB82F;
}
.BgClassName
{
background-color: #6AB82F;
}
</style>
border-color css
<style>
span { border-color: #6AB82F; }
span { border-color: rgb(106,184,47); }
td.TdClassName
{
border-color: #6AB82F;
}
.TagClassName
{
border-color: #6AB82F;
}
</style>