Shades of Christi #6FB925
Tints of Christi #6FB925
RGB
CMYK
RGB Variations
Color information
#6FB925 (or 0x6FB925) is known color: Christi. HEX triplet: 6F, B9 and 25. RGB value is (111,185,37). Sum of RGB (Red+Green+Blue) = 111+185+37=333 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.33% from 333); Green value is 185 (72.66% from 255 or 55.56% from 333); Blue value is 37 (14.84% from 255 or 11.11% from 333); Max value from RGB is 185 - color contains mainly: green. Hex color #6FB925 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FB925 is #9046DA. Grayscale: #929292. Windows color (decimal): -9455323 or 2472303. OLE color: 2472303.
HSL color Cylindrical-coordinate representation of color #6FB925: hue angle of 90º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6FB925 is Cyan = 0.4, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 185 | 37 | - |
| CMYK | 0.4 | 0 | 0.80 | 0.27 |
| HSL | 90º | 0.67% | 0.44% | - |
| HSV(B) | 90º | 0.8% | 0.73% | - |
| XYZ | 24.24 | 38.21 | 7.85 | - |
| YUV | 146 | 66.48 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 185 | 37 | 0.4 | 0 | 0.80 | 0.27 | 90 | 0.67 | 0.44 |
| Hex | 6F | B9 | 25 | 28 | 0 | 50 | 1B | 5A | 43 | 2C |
| Octal | 157 | 271 | 45 | 50 | 0 | 120 | 33 | 132 | 103 | 54 |
| Binary | 1101111 | 10111001 | 100101 | 101000 | 0 | 1010000 | 11011 | 1011010 | 1000011 | 101100 |
Color Harmonies of #6FB925
Complementary color
Monochromatic Colors of #6FB925
Black with #6FB925
Text Example
Text Example
White with #6FB925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB925; }
p { color: rgb(111,185,37); }
H1.HeaderClassName
{
color: #6FB925;
}
.AnyTagClassName
{
color: #6FB925;
}
</style>
background-color css
<style>
a { background-color: #6FB925; }
a { background-color: rgb(111,185,37); }
div.DivClassName
{
background-color: #6FB925;
}
.BgClassName
{
background-color: #6FB925;
}
</style>
border-color css
<style>
span { border-color: #6FB925; }
span { border-color: rgb(111,185,37); }
td.TdClassName
{
border-color: #6FB925;
}
.TagClassName
{
border-color: #6FB925;
}
</style>