Shades of Christi #6FB201
Tints of Christi #6FB201
RGB
CMYK
RGB Variations
Color information
#6FB201 (or 0x6FB201) is known color: Christi. HEX triplet: 6F, B2 and 01. RGB value is (111,178,1). Sum of RGB (Red+Green+Blue) = 111+178+1=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 178 (69.92% from 255 or 61.38% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 178 - color contains mainly: green. Hex color #6FB201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FB201 is #904DFE. Grayscale: #8A8A8A. Windows color (decimal): -9457151 or 111215. OLE color: 111215.
HSL color Cylindrical-coordinate representation of color #6FB201: hue angle of 82.71º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6FB201 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 111 | 178 | 1 | - |
| CMYK | 0.38 | 0 | 0.99 | 0.30 |
| HSL | 82.71º | 0.99% | 0.35% | - |
| HSV(B) | 82.71º | 0.99% | 0.7% | - |
| XYZ | 22.48 | 35.22 | 5.64 | - |
| YUV | 137.79 | 50.8 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 178 | 1 | 0.38 | 0 | 0.99 | 0.30 | 82.71 | 0.99 | 0.35 |
| Hex | 6F | B2 | 1 | 26 | 0 | 63 | 1E | 53 | 63 | 23 |
| Octal | 157 | 262 | 1 | 46 | 0 | 143 | 36 | 123 | 143 | 43 |
| Binary | 1101111 | 10110010 | 1 | 100110 | 0 | 1100011 | 11110 | 1010011 | 1100011 | 100011 |
Color Harmonies of #6FB201
Complementary color
Monochromatic Colors of #6FB201
Black with #6FB201
Text Example
Text Example
White with #6FB201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB201; }
p { color: rgb(111,178,1); }
H1.HeaderClassName
{
color: #6FB201;
}
.AnyTagClassName
{
color: #6FB201;
}
</style>
background-color css
<style>
a { background-color: #6FB201; }
a { background-color: rgb(111,178,1); }
div.DivClassName
{
background-color: #6FB201;
}
.BgClassName
{
background-color: #6FB201;
}
</style>
border-color css
<style>
span { border-color: #6FB201; }
span { border-color: rgb(111,178,1); }
td.TdClassName
{
border-color: #6FB201;
}
.TagClassName
{
border-color: #6FB201;
}
</style>