Shades of Christi #6CB521
Tints of Christi #6CB521
RGB
CMYK
RGB Variations
Color information
#6CB521 (or 0x6CB521) is known color: Christi. HEX triplet: 6C, B5 and 21. RGB value is (108,181,33). Sum of RGB (Red+Green+Blue) = 108+181+33=322 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.54% from 322); Green value is 181 (71.09% from 255 or 56.21% from 322); Blue value is 33 (13.28% from 255 or 10.25% from 322); Max value from RGB is 181 - color contains mainly: green. Hex color #6CB521 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CB521 is #934ADE. Grayscale: #8E8E8E. Windows color (decimal): -9652959 or 2209132. OLE color: 2209132.
HSL color Cylindrical-coordinate representation of color #6CB521: hue angle of 89.59º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6CB521 is Cyan = 0.40, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 181 | 33 | - |
| CMYK | 0.40 | 0 | 0.82 | 0.29 |
| HSL | 89.59º | 0.69% | 0.42% | - |
| HSV(B) | 89.59º | 0.82% | 0.71% | - |
| XYZ | 22.98 | 36.35 | 7.24 | - |
| YUV | 142.3 | 66.32 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 181 | 33 | 0.40 | 0 | 0.82 | 0.29 | 89.59 | 0.69 | 0.42 |
| Hex | 6C | B5 | 21 | 28 | 0 | 52 | 1D | 5A | 45 | 2A |
| Octal | 154 | 265 | 41 | 50 | 0 | 122 | 35 | 132 | 105 | 52 |
| Binary | 1101100 | 10110101 | 100001 | 101000 | 0 | 1010010 | 11101 | 1011010 | 1000101 | 101010 |
Color Harmonies of #6CB521
Complementary color
Monochromatic Colors of #6CB521
Black with #6CB521
Text Example
Text Example
White with #6CB521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB521; }
p { color: rgb(108,181,33); }
H1.HeaderClassName
{
color: #6CB521;
}
.AnyTagClassName
{
color: #6CB521;
}
</style>
background-color css
<style>
a { background-color: #6CB521; }
a { background-color: rgb(108,181,33); }
div.DivClassName
{
background-color: #6CB521;
}
.BgClassName
{
background-color: #6CB521;
}
</style>
border-color css
<style>
span { border-color: #6CB521; }
span { border-color: rgb(108,181,33); }
td.TdClassName
{
border-color: #6CB521;
}
.TagClassName
{
border-color: #6CB521;
}
</style>