Shades of Christi #6FAF1A
Tints of Christi #6FAF1A
RGB
CMYK
RGB Variations
Color information
#6FAF1A (or 0x6FAF1A) is known color: Christi. HEX triplet: 6F, AF and 1A. RGB value is (111,175,26). Sum of RGB (Red+Green+Blue) = 111+175+26=312 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.58% from 312); Green value is 175 (68.75% from 255 or 56.09% from 312); Blue value is 26 (10.55% from 255 or 8.33% from 312); Max value from RGB is 175 - color contains mainly: green. Hex color #6FAF1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAF1A is #9050E5. Grayscale: #8B8B8B. Windows color (decimal): -9457894 or 1748847. OLE color: 1748847.
HSL color Cylindrical-coordinate representation of color #6FAF1A: hue angle of 85.77º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6FAF1A is Cyan = 0.37, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 175 | 26 | - |
| CMYK | 0.37 | 0 | 0.85 | 0.31 |
| HSL | 85.77º | 0.74% | 0.39% | - |
| HSV(B) | 85.77º | 0.85% | 0.69% | - |
| XYZ | 22.07 | 34.11 | 6.4 | - |
| YUV | 138.88 | 64.3 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 175 | 26 | 0.37 | 0 | 0.85 | 0.31 | 85.77 | 0.74 | 0.39 |
| Hex | 6F | AF | 1A | 25 | 0 | 55 | 1F | 56 | 4A | 27 |
| Octal | 157 | 257 | 32 | 45 | 0 | 125 | 37 | 126 | 112 | 47 |
| Binary | 1101111 | 10101111 | 11010 | 100101 | 0 | 1010101 | 11111 | 1010110 | 1001010 | 100111 |
Color Harmonies of #6FAF1A
Complementary color
Monochromatic Colors of #6FAF1A
Black with #6FAF1A
Text Example
Text Example
White with #6FAF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAF1A; }
p { color: rgb(111,175,26); }
H1.HeaderClassName
{
color: #6FAF1A;
}
.AnyTagClassName
{
color: #6FAF1A;
}
</style>
background-color css
<style>
a { background-color: #6FAF1A; }
a { background-color: rgb(111,175,26); }
div.DivClassName
{
background-color: #6FAF1A;
}
.BgClassName
{
background-color: #6FAF1A;
}
</style>
border-color css
<style>
span { border-color: #6FAF1A; }
span { border-color: rgb(111,175,26); }
td.TdClassName
{
border-color: #6FAF1A;
}
.TagClassName
{
border-color: #6FAF1A;
}
</style>