Shades of Christi #6CBB0F
Tints of Christi #6CBB0F
RGB
CMYK
RGB Variations
Color information
#6CBB0F (or 0x6CBB0F) is known color: Christi. HEX triplet: 6C, BB and 0F. RGB value is (108,187,15). Sum of RGB (Red+Green+Blue) = 108+187+15=310 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.84% from 310); Green value is 187 (73.44% from 255 or 60.32% from 310); Blue value is 15 (6.25% from 255 or 4.84% from 310); Max value from RGB is 187 - color contains mainly: green. Hex color #6CBB0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CBB0F is #9344F0. Grayscale: #909090. Windows color (decimal): -9651441 or 1031020. OLE color: 1031020.
HSL color Cylindrical-coordinate representation of color #6CBB0F: hue angle of 87.56º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6CBB0F is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 187 | 15 | - |
| CMYK | 0.42 | 0 | 0.92 | 0.27 |
| HSL | 87.56º | 0.85% | 0.4% | - |
| HSV(B) | 87.56º | 0.92% | 0.73% | - |
| XYZ | 24.04 | 38.76 | 6.67 | - |
| YUV | 143.77 | 55.33 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 187 | 15 | 0.42 | 0 | 0.92 | 0.27 | 87.56 | 0.85 | 0.4 |
| Hex | 6C | BB | F | 2A | 0 | 5C | 1B | 58 | 55 | 28 |
| Octal | 154 | 273 | 17 | 52 | 0 | 134 | 33 | 130 | 125 | 50 |
| Binary | 1101100 | 10111011 | 1111 | 101010 | 0 | 1011100 | 11011 | 1011000 | 1010101 | 101000 |
Color Harmonies of #6CBB0F
Complementary color
Monochromatic Colors of #6CBB0F
Black with #6CBB0F
Text Example
Text Example
White with #6CBB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBB0F; }
p { color: rgb(108,187,15); }
H1.HeaderClassName
{
color: #6CBB0F;
}
.AnyTagClassName
{
color: #6CBB0F;
}
</style>
background-color css
<style>
a { background-color: #6CBB0F; }
a { background-color: rgb(108,187,15); }
div.DivClassName
{
background-color: #6CBB0F;
}
.BgClassName
{
background-color: #6CBB0F;
}
</style>
border-color css
<style>
span { border-color: #6CBB0F; }
span { border-color: rgb(108,187,15); }
td.TdClassName
{
border-color: #6CBB0F;
}
.TagClassName
{
border-color: #6CBB0F;
}
</style>