Shades of Christi #6FAA02
Tints of Christi #6FAA02
RGB
CMYK
RGB Variations
Color information
#6FAA02 (or 0x6FAA02) is known color: Christi. HEX triplet: 6F, AA and 02. RGB value is (111,170,2). Sum of RGB (Red+Green+Blue) = 111+170+2=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 170 (66.80% from 255 or 60.07% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 170 - color contains mainly: green. Hex color #6FAA02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FAA02 is #9055FD. Grayscale: #858585. Windows color (decimal): -9459198 or 174703. OLE color: 174703.
HSL color Cylindrical-coordinate representation of color #6FAA02: hue angle of 81.07º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6FAA02 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 170 | 2 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.33 |
| HSL | 81.07º | 0.98% | 0.34% | - |
| HSV(B) | 81.07º | 0.99% | 0.67% | - |
| XYZ | 20.94 | 32.13 | 5.16 | - |
| YUV | 133.21 | 53.95 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 170 | 2 | 0.35 | 0 | 0.99 | 0.33 | 81.07 | 0.98 | 0.34 |
| Hex | 6F | AA | 2 | 23 | 0 | 63 | 21 | 51 | 62 | 22 |
| Octal | 157 | 252 | 2 | 43 | 0 | 143 | 41 | 121 | 142 | 42 |
| Binary | 1101111 | 10101010 | 10 | 100011 | 0 | 1100011 | 100001 | 1010001 | 1100010 | 100010 |
Color Harmonies of #6FAA02
Complementary color
Monochromatic Colors of #6FAA02
Black with #6FAA02
Text Example
Text Example
White with #6FAA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAA02; }
p { color: rgb(111,170,2); }
H1.HeaderClassName
{
color: #6FAA02;
}
.AnyTagClassName
{
color: #6FAA02;
}
</style>
background-color css
<style>
a { background-color: #6FAA02; }
a { background-color: rgb(111,170,2); }
div.DivClassName
{
background-color: #6FAA02;
}
.BgClassName
{
background-color: #6FAA02;
}
</style>
border-color css
<style>
span { border-color: #6FAA02; }
span { border-color: rgb(111,170,2); }
td.TdClassName
{
border-color: #6FAA02;
}
.TagClassName
{
border-color: #6FAA02;
}
</style>