Shades of Christi #6FB02C
Tints of Christi #6FB02C
RGB
CMYK
RGB Variations
Color information
#6FB02C (or 0x6FB02C) is known color: Christi. HEX triplet: 6F, B0 and 2C. RGB value is (111,176,44). Sum of RGB (Red+Green+Blue) = 111+176+44=331 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.53% from 331); Green value is 176 (69.14% from 255 or 53.17% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 176 - color contains mainly: green. Hex color #6FB02C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FB02C is #904FD3. Grayscale: #8D8D8D. Windows color (decimal): -9457620 or 2928751. OLE color: 2928751.
HSL color Cylindrical-coordinate representation of color #6FB02C: hue angle of 89.55º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6FB02C is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 176 | 44 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.31 |
| HSL | 89.55º | 0.6% | 0.43% | - |
| HSV(B) | 89.55º | 0.75% | 0.69% | - |
| XYZ | 22.54 | 34.61 | 7.88 | - |
| YUV | 141.52 | 72.97 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 176 | 44 | 0.37 | 0 | 0.75 | 0.31 | 89.55 | 0.6 | 0.43 |
| Hex | 6F | B0 | 2C | 25 | 0 | 4B | 1F | 5A | 3C | 2B |
| Octal | 157 | 260 | 54 | 45 | 0 | 113 | 37 | 132 | 74 | 53 |
| Binary | 1101111 | 10110000 | 101100 | 100101 | 0 | 1001011 | 11111 | 1011010 | 111100 | 101011 |
Color Harmonies of #6FB02C
Complementary color
Monochromatic Colors of #6FB02C
Black with #6FB02C
Text Example
Text Example
White with #6FB02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB02C; }
p { color: rgb(111,176,44); }
H1.HeaderClassName
{
color: #6FB02C;
}
.AnyTagClassName
{
color: #6FB02C;
}
</style>
background-color css
<style>
a { background-color: #6FB02C; }
a { background-color: rgb(111,176,44); }
div.DivClassName
{
background-color: #6FB02C;
}
.BgClassName
{
background-color: #6FB02C;
}
</style>
border-color css
<style>
span { border-color: #6FB02C; }
span { border-color: rgb(111,176,44); }
td.TdClassName
{
border-color: #6FB02C;
}
.TagClassName
{
border-color: #6FB02C;
}
</style>