Shades of Christi #6FB32E
Tints of Christi #6FB32E
RGB
CMYK
RGB Variations
Color information
#6FB32E (or 0x6FB32E) is known color: Christi. HEX triplet: 6F, B3 and 2E. RGB value is (111,179,46). Sum of RGB (Red+Green+Blue) = 111+179+46=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 179 (70.31% from 255 or 53.27% from 336); Blue value is 46 (18.36% from 255 or 13.69% from 336); Max value from RGB is 179 - color contains mainly: green. Hex color #6FB32E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FB32E is #904CD1. Grayscale: #8F8F8F. Windows color (decimal): -9456850 or 3060591. OLE color: 3060591.
HSL color Cylindrical-coordinate representation of color #6FB32E: hue angle of 90.68º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6FB32E is Cyan = 0.38, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 111 | 179 | 46 | - |
| CMYK | 0.38 | 0 | 0.74 | 0.30 |
| HSL | 90.68º | 0.59% | 0.44% | - |
| HSV(B) | 90.68º | 0.74% | 0.7% | - |
| XYZ | 23.17 | 35.82 | 8.28 | - |
| YUV | 143.51 | 72.97 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 179 | 46 | 0.38 | 0 | 0.74 | 0.30 | 90.68 | 0.59 | 0.44 |
| Hex | 6F | B3 | 2E | 26 | 0 | 4A | 1E | 5B | 3B | 2C |
| Octal | 157 | 263 | 56 | 46 | 0 | 112 | 36 | 133 | 73 | 54 |
| Binary | 1101111 | 10110011 | 101110 | 100110 | 0 | 1001010 | 11110 | 1011011 | 111011 | 101100 |
Color Harmonies of #6FB32E
Complementary color
Monochromatic Colors of #6FB32E
Black with #6FB32E
Text Example
Text Example
White with #6FB32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB32E; }
p { color: rgb(111,179,46); }
H1.HeaderClassName
{
color: #6FB32E;
}
.AnyTagClassName
{
color: #6FB32E;
}
</style>
background-color css
<style>
a { background-color: #6FB32E; }
a { background-color: rgb(111,179,46); }
div.DivClassName
{
background-color: #6FB32E;
}
.BgClassName
{
background-color: #6FB32E;
}
</style>
border-color css
<style>
span { border-color: #6FB32E; }
span { border-color: rgb(111,179,46); }
td.TdClassName
{
border-color: #6FB32E;
}
.TagClassName
{
border-color: #6FB32E;
}
</style>