Shades of Christi #6CBC2D
Tints of Christi #6CBC2D
RGB
CMYK
RGB Variations
Color information
#6CBC2D (or 0x6CBC2D) is known color: Christi. HEX triplet: 6C, BC and 2D. RGB value is (108,188,45). Sum of RGB (Red+Green+Blue) = 108+188+45=341 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.67% from 341); Green value is 188 (73.83% from 255 or 55.13% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBC2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CBC2D is #9343D2. Grayscale: #949494. Windows color (decimal): -9651155 or 2997356. OLE color: 2997356.
HSL color Cylindrical-coordinate representation of color #6CBC2D: hue angle of 93.57º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6CBC2D is Cyan = 0.43, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 188 | 45 | - |
| CMYK | 0.43 | 0 | 0.76 | 0.26 |
| HSL | 93.57º | 0.61% | 0.46% | - |
| HSV(B) | 93.57º | 0.76% | 0.74% | - |
| XYZ | 24.64 | 39.34 | 8.78 | - |
| YUV | 147.78 | 70 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 188 | 45 | 0.43 | 0 | 0.76 | 0.26 | 93.57 | 0.61 | 0.46 |
| Hex | 6C | BC | 2D | 2B | 0 | 4C | 1A | 5E | 3D | 2E |
| Octal | 154 | 274 | 55 | 53 | 0 | 114 | 32 | 136 | 75 | 56 |
| Binary | 1101100 | 10111100 | 101101 | 101011 | 0 | 1001100 | 11010 | 1011110 | 111101 | 101110 |
Color Harmonies of #6CBC2D
Complementary color
Monochromatic Colors of #6CBC2D
Black with #6CBC2D
Text Example
Text Example
White with #6CBC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBC2D; }
p { color: rgb(108,188,45); }
H1.HeaderClassName
{
color: #6CBC2D;
}
.AnyTagClassName
{
color: #6CBC2D;
}
</style>
background-color css
<style>
a { background-color: #6CBC2D; }
a { background-color: rgb(108,188,45); }
div.DivClassName
{
background-color: #6CBC2D;
}
.BgClassName
{
background-color: #6CBC2D;
}
</style>
border-color css
<style>
span { border-color: #6CBC2D; }
span { border-color: rgb(108,188,45); }
td.TdClassName
{
border-color: #6CBC2D;
}
.TagClassName
{
border-color: #6CBC2D;
}
</style>