Shades of Christi #6FB321
Tints of Christi #6FB321
RGB
CMYK
RGB Variations
Color information
#6FB321 (or 0x6FB321) is known color: Christi. HEX triplet: 6F, B3 and 21. RGB value is (111,179,33). Sum of RGB (Red+Green+Blue) = 111+179+33=323 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.37% from 323); Green value is 179 (70.31% from 255 or 55.42% from 323); Blue value is 33 (13.28% from 255 or 10.22% from 323); Max value from RGB is 179 - color contains mainly: green. Hex color #6FB321 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FB321 is #904CDE. Grayscale: #8E8E8E. Windows color (decimal): -9456863 or 2208623. OLE color: 2208623.
HSL color Cylindrical-coordinate representation of color #6FB321: hue angle of 87.95º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6FB321 is Cyan = 0.38, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 111 | 179 | 33 | - |
| CMYK | 0.38 | 0 | 0.82 | 0.30 |
| HSL | 87.95º | 0.69% | 0.42% | - |
| HSV(B) | 87.95º | 0.82% | 0.7% | - |
| XYZ | 22.95 | 35.73 | 7.13 | - |
| YUV | 142.02 | 66.47 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 179 | 33 | 0.38 | 0 | 0.82 | 0.30 | 87.95 | 0.69 | 0.42 |
| Hex | 6F | B3 | 21 | 26 | 0 | 52 | 1E | 58 | 45 | 2A |
| Octal | 157 | 263 | 41 | 46 | 0 | 122 | 36 | 130 | 105 | 52 |
| Binary | 1101111 | 10110011 | 100001 | 100110 | 0 | 1010010 | 11110 | 1011000 | 1000101 | 101010 |
Color Harmonies of #6FB321
Complementary color
Monochromatic Colors of #6FB321
Black with #6FB321
Text Example
Text Example
White with #6FB321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB321; }
p { color: rgb(111,179,33); }
H1.HeaderClassName
{
color: #6FB321;
}
.AnyTagClassName
{
color: #6FB321;
}
</style>
background-color css
<style>
a { background-color: #6FB321; }
a { background-color: rgb(111,179,33); }
div.DivClassName
{
background-color: #6FB321;
}
.BgClassName
{
background-color: #6FB321;
}
</style>
border-color css
<style>
span { border-color: #6FB321; }
span { border-color: rgb(111,179,33); }
td.TdClassName
{
border-color: #6FB321;
}
.TagClassName
{
border-color: #6FB321;
}
</style>