Shades of Christi #6CB308
Tints of Christi #6CB308
RGB
CMYK
RGB Variations
Color information
#6CB308 (or 0x6CB308) is known color: Christi. HEX triplet: 6C, B3 and 08. RGB value is (108,179,8). Sum of RGB (Red+Green+Blue) = 108+179+8=295 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.61% from 295); Green value is 179 (70.31% from 255 or 60.68% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 179 - color contains mainly: green. Hex color #6CB308 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CB308 is #934CF7. Grayscale: #8A8A8A. Windows color (decimal): -9653496 or 570220. OLE color: 570220.
HSL color Cylindrical-coordinate representation of color #6CB308: hue angle of 84.91º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6CB308 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 108 | 179 | 8 | - |
| CMYK | 0.40 | 0 | 0.96 | 0.30 |
| HSL | 84.91º | 0.91% | 0.37% | - |
| HSV(B) | 84.91º | 0.96% | 0.7% | - |
| XYZ | 22.35 | 35.45 | 5.89 | - |
| YUV | 138.28 | 54.48 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 179 | 8 | 0.40 | 0 | 0.96 | 0.30 | 84.91 | 0.91 | 0.37 |
| Hex | 6C | B3 | 8 | 28 | 0 | 60 | 1E | 55 | 5B | 25 |
| Octal | 154 | 263 | 10 | 50 | 0 | 140 | 36 | 125 | 133 | 45 |
| Binary | 1101100 | 10110011 | 1000 | 101000 | 0 | 1100000 | 11110 | 1010101 | 1011011 | 100101 |
Color Harmonies of #6CB308
Complementary color
Monochromatic Colors of #6CB308
Black with #6CB308
Text Example
Text Example
White with #6CB308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB308; }
p { color: rgb(108,179,8); }
H1.HeaderClassName
{
color: #6CB308;
}
.AnyTagClassName
{
color: #6CB308;
}
</style>
background-color css
<style>
a { background-color: #6CB308; }
a { background-color: rgb(108,179,8); }
div.DivClassName
{
background-color: #6CB308;
}
.BgClassName
{
background-color: #6CB308;
}
</style>
border-color css
<style>
span { border-color: #6CB308; }
span { border-color: rgb(108,179,8); }
td.TdClassName
{
border-color: #6CB308;
}
.TagClassName
{
border-color: #6CB308;
}
</style>