Shades of Christi #6BBC0F
Tints of Christi #6BBC0F
RGB
CMYK
RGB Variations
Color information
#6BBC0F (or 0x6BBC0F) is known color: Christi. HEX triplet: 6B, BC and 0F. RGB value is (107,188,15). Sum of RGB (Red+Green+Blue) = 107+188+15=310 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.52% from 310); Green value is 188 (73.83% from 255 or 60.65% from 310); Blue value is 15 (6.25% from 255 or 4.84% from 310); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBC0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BBC0F is #9443F0. Grayscale: #909090. Windows color (decimal): -9716721 or 1031275. OLE color: 1031275.
HSL color Cylindrical-coordinate representation of color #6BBC0F: hue angle of 88.09º 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 #6BBC0F is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 188 | 15 | - |
| CMYK | 0.43 | 0 | 0.92 | 0.26 |
| HSL | 88.09º | 0.85% | 0.4% | - |
| HSV(B) | 88.09º | 0.92% | 0.74% | - |
| XYZ | 24.13 | 39.13 | 6.73 | - |
| YUV | 144.06 | 55.16 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 15 | 0.43 | 0 | 0.92 | 0.26 | 88.09 | 0.85 | 0.4 |
| Hex | 6B | BC | F | 2B | 0 | 5C | 1A | 58 | 55 | 28 |
| Octal | 153 | 274 | 17 | 53 | 0 | 134 | 32 | 130 | 125 | 50 |
| Binary | 1101011 | 10111100 | 1111 | 101011 | 0 | 1011100 | 11010 | 1011000 | 1010101 | 101000 |
Color Harmonies of #6BBC0F
Complementary color
Monochromatic Colors of #6BBC0F
Black with #6BBC0F
Text Example
Text Example
White with #6BBC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBC0F; }
p { color: rgb(107,188,15); }
H1.HeaderClassName
{
color: #6BBC0F;
}
.AnyTagClassName
{
color: #6BBC0F;
}
</style>
background-color css
<style>
a { background-color: #6BBC0F; }
a { background-color: rgb(107,188,15); }
div.DivClassName
{
background-color: #6BBC0F;
}
.BgClassName
{
background-color: #6BBC0F;
}
</style>
border-color css
<style>
span { border-color: #6BBC0F; }
span { border-color: rgb(107,188,15); }
td.TdClassName
{
border-color: #6BBC0F;
}
.TagClassName
{
border-color: #6BBC0F;
}
</style>