Shades of Christi #6FAE05
Tints of Christi #6FAE05
RGB
CMYK
RGB Variations
Color information
#6FAE05 (or 0x6FAE05) is known color: Christi. HEX triplet: 6F, AE and 05. RGB value is (111,174,5). Sum of RGB (Red+Green+Blue) = 111+174+5=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 174 (68.36% from 255 or 60% from 290); Blue value is 5 (2.34% from 255 or 1.72% from 290); Max value from RGB is 174 - color contains mainly: green. Hex color #6FAE05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FAE05 is #9051FA. Grayscale: #888888. Windows color (decimal): -9458171 or 372335. OLE color: 372335.
HSL color Cylindrical-coordinate representation of color #6FAE05: hue angle of 82.37º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6FAE05 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 174 | 5 | - |
| CMYK | 0.36 | 0 | 0.97 | 0.32 |
| HSL | 82.37º | 0.94% | 0.35% | - |
| HSV(B) | 82.37º | 0.97% | 0.68% | - |
| XYZ | 21.72 | 33.66 | 5.5 | - |
| YUV | 135.9 | 54.13 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 174 | 5 | 0.36 | 0 | 0.97 | 0.32 | 82.37 | 0.94 | 0.35 |
| Hex | 6F | AE | 5 | 24 | 0 | 61 | 20 | 52 | 5E | 23 |
| Octal | 157 | 256 | 5 | 44 | 0 | 141 | 40 | 122 | 136 | 43 |
| Binary | 1101111 | 10101110 | 101 | 100100 | 0 | 1100001 | 100000 | 1010010 | 1011110 | 100011 |
Color Harmonies of #6FAE05
Complementary color
Monochromatic Colors of #6FAE05
Black with #6FAE05
Text Example
Text Example
White with #6FAE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAE05; }
p { color: rgb(111,174,5); }
H1.HeaderClassName
{
color: #6FAE05;
}
.AnyTagClassName
{
color: #6FAE05;
}
</style>
background-color css
<style>
a { background-color: #6FAE05; }
a { background-color: rgb(111,174,5); }
div.DivClassName
{
background-color: #6FAE05;
}
.BgClassName
{
background-color: #6FAE05;
}
</style>
border-color css
<style>
span { border-color: #6FAE05; }
span { border-color: rgb(111,174,5); }
td.TdClassName
{
border-color: #6FAE05;
}
.TagClassName
{
border-color: #6FAE05;
}
</style>