Shades of Christi #6FB023
Tints of Christi #6FB023
RGB
CMYK
RGB Variations
Color information
#6FB023 (or 0x6FB023) is known color: Christi. HEX triplet: 6F, B0 and 23. RGB value is (111,176,35). Sum of RGB (Red+Green+Blue) = 111+176+35=322 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.47% from 322); Green value is 176 (69.14% from 255 or 54.66% from 322); Blue value is 35 (14.06% from 255 or 10.87% from 322); Max value from RGB is 176 - color contains mainly: green. Hex color #6FB023 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FB023 is #904FDC. Grayscale: #8C8C8C. Windows color (decimal): -9457629 or 2338927. OLE color: 2338927.
HSL color Cylindrical-coordinate representation of color #6FB023: hue angle of 87.66º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6FB023 is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 176 | 35 | - |
| CMYK | 0.37 | 0 | 0.80 | 0.31 |
| HSL | 87.66º | 0.67% | 0.41% | - |
| HSV(B) | 87.66º | 0.8% | 0.69% | - |
| XYZ | 22.38 | 34.55 | 7.08 | - |
| YUV | 140.49 | 68.47 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 176 | 35 | 0.37 | 0 | 0.80 | 0.31 | 87.66 | 0.67 | 0.41 |
| Hex | 6F | B0 | 23 | 25 | 0 | 50 | 1F | 58 | 43 | 29 |
| Octal | 157 | 260 | 43 | 45 | 0 | 120 | 37 | 130 | 103 | 51 |
| Binary | 1101111 | 10110000 | 100011 | 100101 | 0 | 1010000 | 11111 | 1011000 | 1000011 | 101001 |
Color Harmonies of #6FB023
Complementary color
Monochromatic Colors of #6FB023
Black with #6FB023
Text Example
Text Example
White with #6FB023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB023; }
p { color: rgb(111,176,35); }
H1.HeaderClassName
{
color: #6FB023;
}
.AnyTagClassName
{
color: #6FB023;
}
</style>
background-color css
<style>
a { background-color: #6FB023; }
a { background-color: rgb(111,176,35); }
div.DivClassName
{
background-color: #6FB023;
}
.BgClassName
{
background-color: #6FB023;
}
</style>
border-color css
<style>
span { border-color: #6FB023; }
span { border-color: rgb(111,176,35); }
td.TdClassName
{
border-color: #6FB023;
}
.TagClassName
{
border-color: #6FB023;
}
</style>