Shades of Christi #6CBA1A
Tints of Christi #6CBA1A
RGB
CMYK
RGB Variations
Color information
#6CBA1A (or 0x6CBA1A) is known color: Christi. HEX triplet: 6C, BA and 1A. RGB value is (108,186,26). Sum of RGB (Red+Green+Blue) = 108+186+26=320 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.75% from 320); Green value is 186 (73.05% from 255 or 58.12% from 320); Blue value is 26 (10.55% from 255 or 8.12% from 320); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBA1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CBA1A is #9345E5. Grayscale: #919191. Windows color (decimal): -9651686 or 1751660. OLE color: 1751660.
HSL color Cylindrical-coordinate representation of color #6CBA1A: hue angle of 89.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6CBA1A is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 186 | 26 | - |
| CMYK | 0.42 | 0 | 0.86 | 0.27 |
| HSL | 89.25º | 0.75% | 0.42% | - |
| HSV(B) | 89.25º | 0.86% | 0.73% | - |
| XYZ | 23.93 | 38.38 | 7.12 | - |
| YUV | 144.44 | 61.16 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 186 | 26 | 0.42 | 0 | 0.86 | 0.27 | 89.25 | 0.75 | 0.42 |
| Hex | 6C | BA | 1A | 2A | 0 | 56 | 1B | 59 | 4B | 2A |
| Octal | 154 | 272 | 32 | 52 | 0 | 126 | 33 | 131 | 113 | 52 |
| Binary | 1101100 | 10111010 | 11010 | 101010 | 0 | 1010110 | 11011 | 1011001 | 1001011 | 101010 |
Color Harmonies of #6CBA1A
Complementary color
Monochromatic Colors of #6CBA1A
Black with #6CBA1A
Text Example
Text Example
White with #6CBA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBA1A; }
p { color: rgb(108,186,26); }
H1.HeaderClassName
{
color: #6CBA1A;
}
.AnyTagClassName
{
color: #6CBA1A;
}
</style>
background-color css
<style>
a { background-color: #6CBA1A; }
a { background-color: rgb(108,186,26); }
div.DivClassName
{
background-color: #6CBA1A;
}
.BgClassName
{
background-color: #6CBA1A;
}
</style>
border-color css
<style>
span { border-color: #6CBA1A; }
span { border-color: rgb(108,186,26); }
td.TdClassName
{
border-color: #6CBA1A;
}
.TagClassName
{
border-color: #6CBA1A;
}
</style>