Shades of Christi #6CAD2B
Tints of Christi #6CAD2B
RGB
CMYK
RGB Variations
Color information
#6CAD2B (or 0x6CAD2B) is known color: Christi. HEX triplet: 6C, AD and 2B. RGB value is (108,173,43). Sum of RGB (Red+Green+Blue) = 108+173+43=324 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.33% from 324); Green value is 173 (67.97% from 255 or 53.40% from 324); Blue value is 43 (17.19% from 255 or 13.27% from 324); Max value from RGB is 173 - color contains mainly: green. Hex color #6CAD2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CAD2B is #9352D4. Grayscale: #8B8B8B. Windows color (decimal): -9654997 or 2862444. OLE color: 2862444.
HSL color Cylindrical-coordinate representation of color #6CAD2B: hue angle of 90º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6CAD2B is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 173 | 43 | - |
| CMYK | 0.38 | 0 | 0.75 | 0.32 |
| HSL | 90º | 0.6% | 0.42% | - |
| HSV(B) | 90º | 0.75% | 0.68% | - |
| XYZ | 21.56 | 33.25 | 7.57 | - |
| YUV | 138.75 | 73.97 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 173 | 43 | 0.38 | 0 | 0.75 | 0.32 | 90 | 0.6 | 0.42 |
| Hex | 6C | AD | 2B | 26 | 0 | 4B | 20 | 5A | 3C | 2A |
| Octal | 154 | 255 | 53 | 46 | 0 | 113 | 40 | 132 | 74 | 52 |
| Binary | 1101100 | 10101101 | 101011 | 100110 | 0 | 1001011 | 100000 | 1011010 | 111100 | 101010 |
Color Harmonies of #6CAD2B
Complementary color
Monochromatic Colors of #6CAD2B
Black with #6CAD2B
Text Example
Text Example
White with #6CAD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAD2B; }
p { color: rgb(108,173,43); }
H1.HeaderClassName
{
color: #6CAD2B;
}
.AnyTagClassName
{
color: #6CAD2B;
}
</style>
background-color css
<style>
a { background-color: #6CAD2B; }
a { background-color: rgb(108,173,43); }
div.DivClassName
{
background-color: #6CAD2B;
}
.BgClassName
{
background-color: #6CAD2B;
}
</style>
border-color css
<style>
span { border-color: #6CAD2B; }
span { border-color: rgb(108,173,43); }
td.TdClassName
{
border-color: #6CAD2B;
}
.TagClassName
{
border-color: #6CAD2B;
}
</style>