Shades of Christi #6FB42D
Tints of Christi #6FB42D
RGB
CMYK
RGB Variations
Color information
#6FB42D (or 0x6FB42D) is known color: Christi. HEX triplet: 6F, B4 and 2D. RGB value is (111,180,45). Sum of RGB (Red+Green+Blue) = 111+180+45=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 180 (70.70% from 255 or 53.57% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB42D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FB42D is #904BD2. Grayscale: #909090. Windows color (decimal): -9456595 or 2995311. OLE color: 2995311.
HSL color Cylindrical-coordinate representation of color #6FB42D: hue angle of 90.67º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6FB42D is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 180 | 45 | - |
| CMYK | 0.38 | 0 | 0.75 | 0.29 |
| HSL | 90.67º | 0.6% | 0.44% | - |
| HSV(B) | 90.67º | 0.75% | 0.71% | - |
| XYZ | 23.35 | 36.21 | 8.24 | - |
| YUV | 143.98 | 72.14 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 180 | 45 | 0.38 | 0 | 0.75 | 0.29 | 90.67 | 0.6 | 0.44 |
| Hex | 6F | B4 | 2D | 26 | 0 | 4B | 1D | 5B | 3C | 2C |
| Octal | 157 | 264 | 55 | 46 | 0 | 113 | 35 | 133 | 74 | 54 |
| Binary | 1101111 | 10110100 | 101101 | 100110 | 0 | 1001011 | 11101 | 1011011 | 111100 | 101100 |
Color Harmonies of #6FB42D
Complementary color
Monochromatic Colors of #6FB42D
Black with #6FB42D
Text Example
Text Example
White with #6FB42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB42D; }
p { color: rgb(111,180,45); }
H1.HeaderClassName
{
color: #6FB42D;
}
.AnyTagClassName
{
color: #6FB42D;
}
</style>
background-color css
<style>
a { background-color: #6FB42D; }
a { background-color: rgb(111,180,45); }
div.DivClassName
{
background-color: #6FB42D;
}
.BgClassName
{
background-color: #6FB42D;
}
</style>
border-color css
<style>
span { border-color: #6FB42D; }
span { border-color: rgb(111,180,45); }
td.TdClassName
{
border-color: #6FB42D;
}
.TagClassName
{
border-color: #6FB42D;
}
</style>