Shades of Christi #6FAF2B
Tints of Christi #6FAF2B
RGB
CMYK
RGB Variations
Color information
#6FAF2B (or 0x6FAF2B) is known color: Christi. HEX triplet: 6F, AF and 2B. RGB value is (111,175,43). Sum of RGB (Red+Green+Blue) = 111+175+43=329 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.74% from 329); Green value is 175 (68.75% from 255 or 53.19% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 175 - color contains mainly: green. Hex color #6FAF2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAF2B is #9050D4. Grayscale: #8D8D8D. Windows color (decimal): -9457877 or 2862959. OLE color: 2862959.
HSL color Cylindrical-coordinate representation of color #6FAF2B: hue angle of 89.09º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6FAF2B is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 175 | 43 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.31 |
| HSL | 89.09º | 0.61% | 0.43% | - |
| HSV(B) | 89.09º | 0.75% | 0.69% | - |
| XYZ | 22.32 | 34.21 | 7.71 | - |
| YUV | 140.82 | 72.8 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 175 | 43 | 0.37 | 0 | 0.75 | 0.31 | 89.09 | 0.61 | 0.43 |
| Hex | 6F | AF | 2B | 25 | 0 | 4B | 1F | 59 | 3D | 2B |
| Octal | 157 | 257 | 53 | 45 | 0 | 113 | 37 | 131 | 75 | 53 |
| Binary | 1101111 | 10101111 | 101011 | 100101 | 0 | 1001011 | 11111 | 1011001 | 111101 | 101011 |
Color Harmonies of #6FAF2B
Complementary color
Monochromatic Colors of #6FAF2B
Black with #6FAF2B
Text Example
Text Example
White with #6FAF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAF2B; }
p { color: rgb(111,175,43); }
H1.HeaderClassName
{
color: #6FAF2B;
}
.AnyTagClassName
{
color: #6FAF2B;
}
</style>
background-color css
<style>
a { background-color: #6FAF2B; }
a { background-color: rgb(111,175,43); }
div.DivClassName
{
background-color: #6FAF2B;
}
.BgClassName
{
background-color: #6FAF2B;
}
</style>
border-color css
<style>
span { border-color: #6FAF2B; }
span { border-color: rgb(111,175,43); }
td.TdClassName
{
border-color: #6FAF2B;
}
.TagClassName
{
border-color: #6FAF2B;
}
</style>