Shades of Christi #6FA800
Tints of Christi #6FA800
RGB
CMYK
RGB Variations
Color information
#6FA800 (or 0x6FA800) is known color: Christi. HEX triplet: 6F, A8 and 00. RGB value is (111,168,0). Sum of RGB (Red+Green+Blue) = 111+168+0=279 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.78% from 279); Green value is 168 (66.02% from 255 or 60.22% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 168 - color contains mainly: green. Hex color #6FA800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FA800 is #9057FF. Grayscale: #848484. Windows color (decimal): -9459712 or 43119. OLE color: 43119.
HSL color Cylindrical-coordinate representation of color #6FA800: hue angle of 80.36º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6FA800 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 111 | 168 | 0 | - |
| CMYK | 0.34 | 0 | 1 | 0.34 |
| HSL | 80.36º | 1% | 0.33% | - |
| HSV(B) | 80.36º | 1% | 0.66% | - |
| XYZ | 20.56 | 31.38 | 4.97 | - |
| YUV | 131.81 | 53.62 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 168 | 0 | 0.34 | 0 | 1 | 0.34 | 80.36 | 1 | 0.33 |
| Hex | 6F | A8 | 0 | 22 | 0 | 64 | 22 | 50 | 64 | 21 |
| Octal | 157 | 250 | 0 | 42 | 0 | 144 | 42 | 120 | 144 | 41 |
| Binary | 1101111 | 10101000 | 0 | 100010 | 0 | 1100100 | 100010 | 1010000 | 1100100 | 100001 |
Color Harmonies of #6FA800
Complementary color
Monochromatic Colors of #6FA800
Black with #6FA800
Text Example
Text Example
White with #6FA800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA800; }
p { color: rgb(111,168,0); }
H1.HeaderClassName
{
color: #6FA800;
}
.AnyTagClassName
{
color: #6FA800;
}
</style>
background-color css
<style>
a { background-color: #6FA800; }
a { background-color: rgb(111,168,0); }
div.DivClassName
{
background-color: #6FA800;
}
.BgClassName
{
background-color: #6FA800;
}
</style>
border-color css
<style>
span { border-color: #6FA800; }
span { border-color: rgb(111,168,0); }
td.TdClassName
{
border-color: #6FA800;
}
.TagClassName
{
border-color: #6FA800;
}
</style>