Shades of Christi #6CB323
Tints of Christi #6CB323
RGB
CMYK
RGB Variations
Color information
#6CB323 (or 0x6CB323) is known color: Christi. HEX triplet: 6C, B3 and 23. RGB value is (108,179,35). Sum of RGB (Red+Green+Blue) = 108+179+35=322 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.54% from 322); Green value is 179 (70.31% from 255 or 55.59% from 322); Blue value is 35 (14.06% from 255 or 10.87% from 322); Max value from RGB is 179 - color contains mainly: green. Hex color #6CB323 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CB323 is #934CDC. Grayscale: #8D8D8D. Windows color (decimal): -9653469 or 2339692. OLE color: 2339692.
HSL color Cylindrical-coordinate representation of color #6CB323: hue angle of 89.58º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6CB323 is Cyan = 0.40, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 108 | 179 | 35 | - |
| CMYK | 0.40 | 0 | 0.80 | 0.30 |
| HSL | 89.58º | 0.67% | 0.42% | - |
| HSV(B) | 89.58º | 0.8% | 0.7% | - |
| XYZ | 22.61 | 35.55 | 7.26 | - |
| YUV | 141.36 | 67.98 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 179 | 35 | 0.40 | 0 | 0.80 | 0.30 | 89.58 | 0.67 | 0.42 |
| Hex | 6C | B3 | 23 | 28 | 0 | 50 | 1E | 5A | 43 | 2A |
| Octal | 154 | 263 | 43 | 50 | 0 | 120 | 36 | 132 | 103 | 52 |
| Binary | 1101100 | 10110011 | 100011 | 101000 | 0 | 1010000 | 11110 | 1011010 | 1000011 | 101010 |
Color Harmonies of #6CB323
Complementary color
Monochromatic Colors of #6CB323
Black with #6CB323
Text Example
Text Example
White with #6CB323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB323; }
p { color: rgb(108,179,35); }
H1.HeaderClassName
{
color: #6CB323;
}
.AnyTagClassName
{
color: #6CB323;
}
</style>
background-color css
<style>
a { background-color: #6CB323; }
a { background-color: rgb(108,179,35); }
div.DivClassName
{
background-color: #6CB323;
}
.BgClassName
{
background-color: #6CB323;
}
</style>
border-color css
<style>
span { border-color: #6CB323; }
span { border-color: rgb(108,179,35); }
td.TdClassName
{
border-color: #6CB323;
}
.TagClassName
{
border-color: #6CB323;
}
</style>