Shades of Christi #6CBA2F
Tints of Christi #6CBA2F
RGB
CMYK
RGB Variations
Color information
#6CBA2F (or 0x6CBA2F) is known color: Christi. HEX triplet: 6C, BA and 2F. RGB value is (108,186,47). Sum of RGB (Red+Green+Blue) = 108+186+47=341 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.67% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 47 (18.75% from 255 or 13.78% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBA2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CBA2F is #9345D0. Grayscale: #939393. Windows color (decimal): -9651665 or 3127916. OLE color: 3127916.
HSL color Cylindrical-coordinate representation of color #6CBA2F: hue angle of 93.67º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6CBA2F is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 186 | 47 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.27 |
| HSL | 93.67º | 0.6% | 0.46% | - |
| HSV(B) | 93.67º | 0.75% | 0.73% | - |
| XYZ | 24.26 | 38.51 | 8.84 | - |
| YUV | 146.83 | 71.66 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 186 | 47 | 0.42 | 0 | 0.75 | 0.27 | 93.67 | 0.6 | 0.46 |
| Hex | 6C | BA | 2F | 2A | 0 | 4B | 1B | 5E | 3C | 2E |
| Octal | 154 | 272 | 57 | 52 | 0 | 113 | 33 | 136 | 74 | 56 |
| Binary | 1101100 | 10111010 | 101111 | 101010 | 0 | 1001011 | 11011 | 1011110 | 111100 | 101110 |
Color Harmonies of #6CBA2F
Complementary color
Monochromatic Colors of #6CBA2F
Black with #6CBA2F
Text Example
Text Example
White with #6CBA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBA2F; }
p { color: rgb(108,186,47); }
H1.HeaderClassName
{
color: #6CBA2F;
}
.AnyTagClassName
{
color: #6CBA2F;
}
</style>
background-color css
<style>
a { background-color: #6CBA2F; }
a { background-color: rgb(108,186,47); }
div.DivClassName
{
background-color: #6CBA2F;
}
.BgClassName
{
background-color: #6CBA2F;
}
</style>
border-color css
<style>
span { border-color: #6CBA2F; }
span { border-color: rgb(108,186,47); }
td.TdClassName
{
border-color: #6CBA2F;
}
.TagClassName
{
border-color: #6CBA2F;
}
</style>