Shades of Christi #6FAF32
Tints of Christi #6FAF32
RGB
CMYK
RGB Variations
Color information
#6FAF32 (or 0x6FAF32) is known color: Christi. HEX triplet: 6F, AF and 32. RGB value is (111,175,50). Sum of RGB (Red+Green+Blue) = 111+175+50=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 175 (68.75% from 255 or 52.08% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 175 - color contains mainly: green. Hex color #6FAF32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAF32 is #9050CD. Grayscale: #8E8E8E. Windows color (decimal): -9457870 or 3321711. OLE color: 3321711.
HSL color Cylindrical-coordinate representation of color #6FAF32: hue angle of 90.72º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6FAF32 is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 175 | 50 | - |
| CMYK | 0.37 | 0 | 0.71 | 0.31 |
| HSL | 90.72º | 0.56% | 0.44% | - |
| HSV(B) | 90.72º | 0.71% | 0.69% | - |
| XYZ | 22.46 | 34.27 | 8.45 | - |
| YUV | 141.61 | 76.3 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 175 | 50 | 0.37 | 0 | 0.71 | 0.31 | 90.72 | 0.56 | 0.44 |
| Hex | 6F | AF | 32 | 25 | 0 | 47 | 1F | 5B | 38 | 2C |
| Octal | 157 | 257 | 62 | 45 | 0 | 107 | 37 | 133 | 70 | 54 |
| Binary | 1101111 | 10101111 | 110010 | 100101 | 0 | 1000111 | 11111 | 1011011 | 111000 | 101100 |
Color Harmonies of #6FAF32
Complementary color
Monochromatic Colors of #6FAF32
Black with #6FAF32
Text Example
Text Example
White with #6FAF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAF32; }
p { color: rgb(111,175,50); }
H1.HeaderClassName
{
color: #6FAF32;
}
.AnyTagClassName
{
color: #6FAF32;
}
</style>
background-color css
<style>
a { background-color: #6FAF32; }
a { background-color: rgb(111,175,50); }
div.DivClassName
{
background-color: #6FAF32;
}
.BgClassName
{
background-color: #6FAF32;
}
</style>
border-color css
<style>
span { border-color: #6FAF32; }
span { border-color: rgb(111,175,50); }
td.TdClassName
{
border-color: #6FAF32;
}
.TagClassName
{
border-color: #6FAF32;
}
</style>