Shades of Christi #6CB700
Tints of Christi #6CB700
RGB
CMYK
RGB Variations
Color information
#6CB700 (or 0x6CB700) is known color: Christi. HEX triplet: 6C, B7 and 00. RGB value is (108,183,0). Sum of RGB (Red+Green+Blue) = 108+183+0=291 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.11% from 291); Green value is 183 (71.88% from 255 or 62.89% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 183 - color contains mainly: green. Hex color #6CB700 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CB700 is #9348FF. Grayscale: #8C8C8C. Windows color (decimal): -9652480 or 46956. OLE color: 46956.
HSL color Cylindrical-coordinate representation of color #6CB700: hue angle of 84.59º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6CB700 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 108 | 183 | 0 | - |
| CMYK | 0.41 | 0 | 1 | 0.28 |
| HSL | 84.59º | 1% | 0.36% | - |
| HSV(B) | 84.59º | 1% | 0.72% | - |
| XYZ | 23.12 | 37.06 | 5.93 | - |
| YUV | 139.71 | 49.15 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 183 | 0 | 0.41 | 0 | 1 | 0.28 | 84.59 | 1 | 0.36 |
| Hex | 6C | B7 | 0 | 29 | 0 | 64 | 1C | 55 | 64 | 24 |
| Octal | 154 | 267 | 0 | 51 | 0 | 144 | 34 | 125 | 144 | 44 |
| Binary | 1101100 | 10110111 | 0 | 101001 | 0 | 1100100 | 11100 | 1010101 | 1100100 | 100100 |
Color Harmonies of #6CB700
Complementary color
Monochromatic Colors of #6CB700
Black with #6CB700
Text Example
Text Example
White with #6CB700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB700; }
p { color: rgb(108,183,0); }
H1.HeaderClassName
{
color: #6CB700;
}
.AnyTagClassName
{
color: #6CB700;
}
</style>
background-color css
<style>
a { background-color: #6CB700; }
a { background-color: rgb(108,183,0); }
div.DivClassName
{
background-color: #6CB700;
}
.BgClassName
{
background-color: #6CB700;
}
</style>
border-color css
<style>
span { border-color: #6CB700; }
span { border-color: rgb(108,183,0); }
td.TdClassName
{
border-color: #6CB700;
}
.TagClassName
{
border-color: #6CB700;
}
</style>