Shades of Christi #6FB315
Tints of Christi #6FB315
RGB
CMYK
RGB Variations
Color information
#6FB315 (or 0x6FB315) is known color: Christi. HEX triplet: 6F, B3 and 15. RGB value is (111,179,21). Sum of RGB (Red+Green+Blue) = 111+179+21=311 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.69% from 311); Green value is 179 (70.31% from 255 or 57.56% from 311); Blue value is 21 (8.59% from 255 or 6.75% from 311); Max value from RGB is 179 - color contains mainly: green. Hex color #6FB315 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FB315 is #904CEA. Grayscale: #8D8D8D. Windows color (decimal): -9456875 or 1422191. OLE color: 1422191.
HSL color Cylindrical-coordinate representation of color #6FB315: hue angle of 85.82º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6FB315 is Cyan = 0.38, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 111 | 179 | 21 | - |
| CMYK | 0.38 | 0 | 0.88 | 0.30 |
| HSL | 85.82º | 0.79% | 0.39% | - |
| HSV(B) | 85.82º | 0.88% | 0.7% | - |
| XYZ | 22.81 | 35.67 | 6.39 | - |
| YUV | 140.66 | 60.47 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 179 | 21 | 0.38 | 0 | 0.88 | 0.30 | 85.82 | 0.79 | 0.39 |
| Hex | 6F | B3 | 15 | 26 | 0 | 58 | 1E | 56 | 4F | 27 |
| Octal | 157 | 263 | 25 | 46 | 0 | 130 | 36 | 126 | 117 | 47 |
| Binary | 1101111 | 10110011 | 10101 | 100110 | 0 | 1011000 | 11110 | 1010110 | 1001111 | 100111 |
Color Harmonies of #6FB315
Complementary color
Monochromatic Colors of #6FB315
Black with #6FB315
Text Example
Text Example
White with #6FB315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB315; }
p { color: rgb(111,179,21); }
H1.HeaderClassName
{
color: #6FB315;
}
.AnyTagClassName
{
color: #6FB315;
}
</style>
background-color css
<style>
a { background-color: #6FB315; }
a { background-color: rgb(111,179,21); }
div.DivClassName
{
background-color: #6FB315;
}
.BgClassName
{
background-color: #6FB315;
}
</style>
border-color css
<style>
span { border-color: #6FB315; }
span { border-color: rgb(111,179,21); }
td.TdClassName
{
border-color: #6FB315;
}
.TagClassName
{
border-color: #6FB315;
}
</style>