Shades of Christi #6CBC0F
Tints of Christi #6CBC0F
RGB
CMYK
RGB Variations
Color information
#6CBC0F (or 0x6CBC0F) is known color: Christi. HEX triplet: 6C, BC and 0F. RGB value is (108,188,15). Sum of RGB (Red+Green+Blue) = 108+188+15=311 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.73% from 311); Green value is 188 (73.83% from 255 or 60.45% from 311); Blue value is 15 (6.25% from 255 or 4.82% from 311); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBC0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CBC0F is #9343F0. Grayscale: #909090. Windows color (decimal): -9651185 or 1031276. OLE color: 1031276.
HSL color Cylindrical-coordinate representation of color #6CBC0F: hue angle of 87.75º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6CBC0F is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 188 | 15 | - |
| CMYK | 0.43 | 0 | 0.92 | 0.26 |
| HSL | 87.75º | 0.85% | 0.4% | - |
| HSV(B) | 87.75º | 0.92% | 0.74% | - |
| XYZ | 24.25 | 39.19 | 6.74 | - |
| YUV | 144.36 | 55 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 188 | 15 | 0.43 | 0 | 0.92 | 0.26 | 87.75 | 0.85 | 0.4 |
| Hex | 6C | BC | F | 2B | 0 | 5C | 1A | 58 | 55 | 28 |
| Octal | 154 | 274 | 17 | 53 | 0 | 134 | 32 | 130 | 125 | 50 |
| Binary | 1101100 | 10111100 | 1111 | 101011 | 0 | 1011100 | 11010 | 1011000 | 1010101 | 101000 |
Color Harmonies of #6CBC0F
Complementary color
Monochromatic Colors of #6CBC0F
Black with #6CBC0F
Text Example
Text Example
White with #6CBC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBC0F; }
p { color: rgb(108,188,15); }
H1.HeaderClassName
{
color: #6CBC0F;
}
.AnyTagClassName
{
color: #6CBC0F;
}
</style>
background-color css
<style>
a { background-color: #6CBC0F; }
a { background-color: rgb(108,188,15); }
div.DivClassName
{
background-color: #6CBC0F;
}
.BgClassName
{
background-color: #6CBC0F;
}
</style>
border-color css
<style>
span { border-color: #6CBC0F; }
span { border-color: rgb(108,188,15); }
td.TdClassName
{
border-color: #6CBC0F;
}
.TagClassName
{
border-color: #6CBC0F;
}
</style>