Shades of Christi #5F9F07
Tints of Christi #5F9F07
RGB
CMYK
RGB Variations
Color information
#5F9F07 (or 0x5F9F07) is known color: Christi. HEX triplet: 5F, 9F and 07. RGB value is (95,159,7). Sum of RGB (Red+Green+Blue) = 95+159+7=261 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.40% from 261); Green value is 159 (62.5% from 255 or 60.92% from 261); Blue value is 7 (3.12% from 255 or 2.68% from 261); Max value from RGB is 159 - color contains mainly: green. Hex color #5F9F07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F9F07 is #A060F8. Grayscale: #7B7B7B. Windows color (decimal): -10510585 or 499551. OLE color: 499551.
HSL color Cylindrical-coordinate representation of color #5F9F07: hue angle of 85.26º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F9F07 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 159 | 7 | - |
| CMYK | 0.40 | 0 | 0.96 | 0.38 |
| HSL | 85.26º | 0.92% | 0.33% | - |
| HSV(B) | 85.26º | 0.96% | 0.62% | - |
| XYZ | 17.16 | 27.24 | 4.56 | - |
| YUV | 122.54 | 62.8 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 159 | 7 | 0.40 | 0 | 0.96 | 0.38 | 85.26 | 0.92 | 0.33 |
| Hex | 5F | 9F | 7 | 28 | 0 | 60 | 26 | 55 | 5C | 21 |
| Octal | 137 | 237 | 7 | 50 | 0 | 140 | 46 | 125 | 134 | 41 |
| Binary | 1011111 | 10011111 | 111 | 101000 | 0 | 1100000 | 100110 | 1010101 | 1011100 | 100001 |
Color Harmonies of #5F9F07
Complementary color
Monochromatic Colors of #5F9F07
Black with #5F9F07
Text Example
Text Example
White with #5F9F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9F07; }
p { color: rgb(95,159,7); }
H1.HeaderClassName
{
color: #5F9F07;
}
.AnyTagClassName
{
color: #5F9F07;
}
</style>
background-color css
<style>
a { background-color: #5F9F07; }
a { background-color: rgb(95,159,7); }
div.DivClassName
{
background-color: #5F9F07;
}
.BgClassName
{
background-color: #5F9F07;
}
</style>
border-color css
<style>
span { border-color: #5F9F07; }
span { border-color: rgb(95,159,7); }
td.TdClassName
{
border-color: #5F9F07;
}
.TagClassName
{
border-color: #5F9F07;
}
</style>