Shades of Christi #6FA41B
Tints of Christi #6FA41B
RGB
CMYK
RGB Variations
Color information
#6FA41B (or 0x6FA41B) is known color: Christi. HEX triplet: 6F, A4 and 1B. RGB value is (111,164,27). Sum of RGB (Red+Green+Blue) = 111+164+27=302 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.75% from 302); Green value is 164 (64.45% from 255 or 54.30% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 164 - color contains mainly: green. Hex color #6FA41B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA41B is #905BE4. Grayscale: #858585. Windows color (decimal): -9460709 or 1811567. OLE color: 1811567.
HSL color Cylindrical-coordinate representation of color #6FA41B: hue angle of 83.21º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6FA41B is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 164 | 27 | - |
| CMYK | 0.32 | 0 | 0.84 | 0.36 |
| HSL | 83.21º | 0.72% | 0.37% | - |
| HSV(B) | 83.21º | 0.84% | 0.64% | - |
| XYZ | 20.03 | 30.01 | 5.77 | - |
| YUV | 132.54 | 68.44 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 164 | 27 | 0.32 | 0 | 0.84 | 0.36 | 83.21 | 0.72 | 0.37 |
| Hex | 6F | A4 | 1B | 20 | 0 | 54 | 24 | 53 | 48 | 25 |
| Octal | 157 | 244 | 33 | 40 | 0 | 124 | 44 | 123 | 110 | 45 |
| Binary | 1101111 | 10100100 | 11011 | 100000 | 0 | 1010100 | 100100 | 1010011 | 1001000 | 100101 |
Color Harmonies of #6FA41B
Complementary color
Monochromatic Colors of #6FA41B
Black with #6FA41B
Text Example
Text Example
White with #6FA41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA41B; }
p { color: rgb(111,164,27); }
H1.HeaderClassName
{
color: #6FA41B;
}
.AnyTagClassName
{
color: #6FA41B;
}
</style>
background-color css
<style>
a { background-color: #6FA41B; }
a { background-color: rgb(111,164,27); }
div.DivClassName
{
background-color: #6FA41B;
}
.BgClassName
{
background-color: #6FA41B;
}
</style>
border-color css
<style>
span { border-color: #6FA41B; }
span { border-color: rgb(111,164,27); }
td.TdClassName
{
border-color: #6FA41B;
}
.TagClassName
{
border-color: #6FA41B;
}
</style>