Shades of Christi #61B112
Tints of Christi #61B112
RGB
CMYK
RGB Variations
Color information
#61B112 (or 0x61B112) is known color: Christi. HEX triplet: 61, B1 and 12. RGB value is (97,177,18). Sum of RGB (Red+Green+Blue) = 97+177+18=292 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.22% from 292); Green value is 177 (69.53% from 255 or 60.62% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 177 - color contains mainly: green. Hex color #61B112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61B112 is #9E4EED. Grayscale: #878787. Windows color (decimal): -10374894 or 1225057. OLE color: 1225057.
HSL color Cylindrical-coordinate representation of color #61B112: hue angle of 90.19º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #61B112 is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 177 | 18 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.31 |
| HSL | 90.19º | 0.82% | 0.38% | - |
| HSV(B) | 90.19º | 0.9% | 0.69% | - |
| XYZ | 20.76 | 34.03 | 6.05 | - |
| YUV | 134.95 | 62 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 177 | 18 | 0.45 | 0 | 0.90 | 0.31 | 90.19 | 0.82 | 0.38 |
| Hex | 61 | B1 | 12 | 2D | 0 | 5A | 1F | 5A | 52 | 26 |
| Octal | 141 | 261 | 22 | 55 | 0 | 132 | 37 | 132 | 122 | 46 |
| Binary | 1100001 | 10110001 | 10010 | 101101 | 0 | 1011010 | 11111 | 1011010 | 1010010 | 100110 |
Color Harmonies of #61B112
Complementary color
Monochromatic Colors of #61B112
Black with #61B112
Text Example
Text Example
White with #61B112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B112; }
p { color: rgb(97,177,18); }
H1.HeaderClassName
{
color: #61B112;
}
.AnyTagClassName
{
color: #61B112;
}
</style>
background-color css
<style>
a { background-color: #61B112; }
a { background-color: rgb(97,177,18); }
div.DivClassName
{
background-color: #61B112;
}
.BgClassName
{
background-color: #61B112;
}
</style>
border-color css
<style>
span { border-color: #61B112; }
span { border-color: rgb(97,177,18); }
td.TdClassName
{
border-color: #61B112;
}
.TagClassName
{
border-color: #61B112;
}
</style>