Shades of Christi #6BB701
Tints of Christi #6BB701
RGB
CMYK
RGB Variations
Color information
#6BB701 (or 0x6BB701) is known color: Christi. HEX triplet: 6B, B7 and 01. RGB value is (107,183,1). Sum of RGB (Red+Green+Blue) = 107+183+1=291 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.77% from 291); Green value is 183 (71.88% from 255 or 62.89% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 183 - color contains mainly: green. Hex color #6BB701 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BB701 is #9448FE. Grayscale: #8C8C8C. Windows color (decimal): -9718015 or 112491. OLE color: 112491.
HSL color Cylindrical-coordinate representation of color #6BB701: hue angle of 85.05º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6BB701 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 107 | 183 | 1 | - |
| CMYK | 0.42 | 0 | 0.99 | 0.28 |
| HSL | 85.05º | 0.99% | 0.36% | - |
| HSV(B) | 85.05º | 0.99% | 0.72% | - |
| XYZ | 23 | 36.99 | 5.96 | - |
| YUV | 139.53 | 49.82 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 183 | 1 | 0.42 | 0 | 0.99 | 0.28 | 85.05 | 0.99 | 0.36 |
| Hex | 6B | B7 | 1 | 2A | 0 | 63 | 1C | 55 | 63 | 24 |
| Octal | 153 | 267 | 1 | 52 | 0 | 143 | 34 | 125 | 143 | 44 |
| Binary | 1101011 | 10110111 | 1 | 101010 | 0 | 1100011 | 11100 | 1010101 | 1100011 | 100100 |
Color Harmonies of #6BB701
Complementary color
Monochromatic Colors of #6BB701
Black with #6BB701
Text Example
Text Example
White with #6BB701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB701; }
p { color: rgb(107,183,1); }
H1.HeaderClassName
{
color: #6BB701;
}
.AnyTagClassName
{
color: #6BB701;
}
</style>
background-color css
<style>
a { background-color: #6BB701; }
a { background-color: rgb(107,183,1); }
div.DivClassName
{
background-color: #6BB701;
}
.BgClassName
{
background-color: #6BB701;
}
</style>
border-color css
<style>
span { border-color: #6BB701; }
span { border-color: rgb(107,183,1); }
td.TdClassName
{
border-color: #6BB701;
}
.TagClassName
{
border-color: #6BB701;
}
</style>