Shades of Christi #6FAD32
Tints of Christi #6FAD32
RGB
CMYK
RGB Variations
Color information
#6FAD32 (or 0x6FAD32) is known color: Christi. HEX triplet: 6F, AD and 32. RGB value is (111,173,50). Sum of RGB (Red+Green+Blue) = 111+173+50=334 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.23% from 334); Green value is 173 (67.97% from 255 or 51.80% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 173 - color contains mainly: green. Hex color #6FAD32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAD32 is #9052CD. Grayscale: #8C8C8C. Windows color (decimal): -9458382 or 3321199. OLE color: 3321199.
HSL color Cylindrical-coordinate representation of color #6FAD32: hue angle of 90.24º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6FAD32 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 173 | 50 | - |
| CMYK | 0.36 | 0 | 0.71 | 0.32 |
| HSL | 90.24º | 0.55% | 0.44% | - |
| HSV(B) | 90.24º | 0.71% | 0.68% | - |
| XYZ | 22.07 | 33.5 | 8.32 | - |
| YUV | 140.44 | 76.96 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 173 | 50 | 0.36 | 0 | 0.71 | 0.32 | 90.24 | 0.55 | 0.44 |
| Hex | 6F | AD | 32 | 24 | 0 | 47 | 20 | 5A | 37 | 2C |
| Octal | 157 | 255 | 62 | 44 | 0 | 107 | 40 | 132 | 67 | 54 |
| Binary | 1101111 | 10101101 | 110010 | 100100 | 0 | 1000111 | 100000 | 1011010 | 110111 | 101100 |
Color Harmonies of #6FAD32
Complementary color
Monochromatic Colors of #6FAD32
Black with #6FAD32
Text Example
Text Example
White with #6FAD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAD32; }
p { color: rgb(111,173,50); }
H1.HeaderClassName
{
color: #6FAD32;
}
.AnyTagClassName
{
color: #6FAD32;
}
</style>
background-color css
<style>
a { background-color: #6FAD32; }
a { background-color: rgb(111,173,50); }
div.DivClassName
{
background-color: #6FAD32;
}
.BgClassName
{
background-color: #6FAD32;
}
</style>
border-color css
<style>
span { border-color: #6FAD32; }
span { border-color: rgb(111,173,50); }
td.TdClassName
{
border-color: #6FAD32;
}
.TagClassName
{
border-color: #6FAD32;
}
</style>