Shades of Christi #6CB000
Tints of Christi #6CB000
RGB
CMYK
RGB Variations
Color information
#6CB000 (or 0x6CB000) is known color: Christi. HEX triplet: 6C, B0 and 00. RGB value is (108,176,0). Sum of RGB (Red+Green+Blue) = 108+176+0=284 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.03% from 284); Green value is 176 (69.14% from 255 or 61.97% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 176 - color contains mainly: green. Hex color #6CB000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CB000 is #934FFF. Grayscale: #888888. Windows color (decimal): -9654272 or 45164. OLE color: 45164.
HSL color Cylindrical-coordinate representation of color #6CB000: hue angle of 83.18º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6CB000 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 176 | 0 | - |
| CMYK | 0.39 | 0 | 1 | 0.31 |
| HSL | 83.18º | 1% | 0.35% | - |
| HSV(B) | 83.18º | 1% | 0.69% | - |
| XYZ | 21.71 | 34.24 | 5.46 | - |
| YUV | 135.6 | 51.47 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 176 | 0 | 0.39 | 0 | 1 | 0.31 | 83.18 | 1 | 0.35 |
| Hex | 6C | B0 | 0 | 27 | 0 | 64 | 1F | 53 | 64 | 23 |
| Octal | 154 | 260 | 0 | 47 | 0 | 144 | 37 | 123 | 144 | 43 |
| Binary | 1101100 | 10110000 | 0 | 100111 | 0 | 1100100 | 11111 | 1010011 | 1100100 | 100011 |
Color Harmonies of #6CB000
Complementary color
Monochromatic Colors of #6CB000
Black with #6CB000
Text Example
Text Example
White with #6CB000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB000; }
p { color: rgb(108,176,0); }
H1.HeaderClassName
{
color: #6CB000;
}
.AnyTagClassName
{
color: #6CB000;
}
</style>
background-color css
<style>
a { background-color: #6CB000; }
a { background-color: rgb(108,176,0); }
div.DivClassName
{
background-color: #6CB000;
}
.BgClassName
{
background-color: #6CB000;
}
</style>
border-color css
<style>
span { border-color: #6CB000; }
span { border-color: rgb(108,176,0); }
td.TdClassName
{
border-color: #6CB000;
}
.TagClassName
{
border-color: #6CB000;
}
</style>