Shades of Christi #6FB12D
Tints of Christi #6FB12D
RGB
CMYK
RGB Variations
Color information
#6FB12D (or 0x6FB12D) is known color: Christi. HEX triplet: 6F, B1 and 2D. RGB value is (111,177,45). Sum of RGB (Red+Green+Blue) = 111+177+45=333 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.33% from 333); Green value is 177 (69.53% from 255 or 53.15% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 177 - color contains mainly: green. Hex color #6FB12D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FB12D is #904ED2. Grayscale: #8E8E8E. Windows color (decimal): -9457363 or 2994543. OLE color: 2994543.
HSL color Cylindrical-coordinate representation of color #6FB12D: hue angle of 90º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6FB12D is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 177 | 45 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.31 |
| HSL | 90º | 0.59% | 0.44% | - |
| HSV(B) | 90º | 0.75% | 0.69% | - |
| XYZ | 22.75 | 35.01 | 8.04 | - |
| YUV | 142.22 | 73.13 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 177 | 45 | 0.37 | 0 | 0.75 | 0.31 | 90 | 0.59 | 0.44 |
| Hex | 6F | B1 | 2D | 25 | 0 | 4B | 1F | 5A | 3B | 2C |
| Octal | 157 | 261 | 55 | 45 | 0 | 113 | 37 | 132 | 73 | 54 |
| Binary | 1101111 | 10110001 | 101101 | 100101 | 0 | 1001011 | 11111 | 1011010 | 111011 | 101100 |
Color Harmonies of #6FB12D
Complementary color
Monochromatic Colors of #6FB12D
Black with #6FB12D
Text Example
Text Example
White with #6FB12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB12D; }
p { color: rgb(111,177,45); }
H1.HeaderClassName
{
color: #6FB12D;
}
.AnyTagClassName
{
color: #6FB12D;
}
</style>
background-color css
<style>
a { background-color: #6FB12D; }
a { background-color: rgb(111,177,45); }
div.DivClassName
{
background-color: #6FB12D;
}
.BgClassName
{
background-color: #6FB12D;
}
</style>
border-color css
<style>
span { border-color: #6FB12D; }
span { border-color: rgb(111,177,45); }
td.TdClassName
{
border-color: #6FB12D;
}
.TagClassName
{
border-color: #6FB12D;
}
</style>