Shades of Christi #6CB501
Tints of Christi #6CB501
RGB
CMYK
RGB Variations
Color information
#6CB501 (or 0x6CB501) is known color: Christi. HEX triplet: 6C, B5 and 01. RGB value is (108,181,1). Sum of RGB (Red+Green+Blue) = 108+181+1=290 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.24% from 290); Green value is 181 (71.09% from 255 or 62.41% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 181 - color contains mainly: green. Hex color #6CB501 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CB501 is #934AFE. Grayscale: #8B8B8B. Windows color (decimal): -9652991 or 111980. OLE color: 111980.
HSL color Cylindrical-coordinate representation of color #6CB501: hue angle of 84.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6CB501 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 181 | 1 | - |
| CMYK | 0.40 | 0 | 0.99 | 0.29 |
| HSL | 84.33º | 0.99% | 0.36% | - |
| HSV(B) | 84.33º | 0.99% | 0.71% | - |
| XYZ | 22.71 | 36.24 | 5.83 | - |
| YUV | 138.65 | 50.32 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 181 | 1 | 0.40 | 0 | 0.99 | 0.29 | 84.33 | 0.99 | 0.36 |
| Hex | 6C | B5 | 1 | 28 | 0 | 63 | 1D | 54 | 63 | 24 |
| Octal | 154 | 265 | 1 | 50 | 0 | 143 | 35 | 124 | 143 | 44 |
| Binary | 1101100 | 10110101 | 1 | 101000 | 0 | 1100011 | 11101 | 1010100 | 1100011 | 100100 |
Color Harmonies of #6CB501
Complementary color
Monochromatic Colors of #6CB501
Black with #6CB501
Text Example
Text Example
White with #6CB501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB501; }
p { color: rgb(108,181,1); }
H1.HeaderClassName
{
color: #6CB501;
}
.AnyTagClassName
{
color: #6CB501;
}
</style>
background-color css
<style>
a { background-color: #6CB501; }
a { background-color: rgb(108,181,1); }
div.DivClassName
{
background-color: #6CB501;
}
.BgClassName
{
background-color: #6CB501;
}
</style>
border-color css
<style>
span { border-color: #6CB501; }
span { border-color: rgb(108,181,1); }
td.TdClassName
{
border-color: #6CB501;
}
.TagClassName
{
border-color: #6CB501;
}
</style>