Shades of Christi #61B01B
Tints of Christi #61B01B
RGB
CMYK
RGB Variations
Color information
#61B01B (or 0x61B01B) is known color: Christi. HEX triplet: 61, B0 and 1B. RGB value is (97,176,27). Sum of RGB (Red+Green+Blue) = 97+176+27=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 176 (69.14% from 255 or 58.67% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 176 - color contains mainly: green. Hex color #61B01B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61B01B is #9E4FE4. Grayscale: #878787. Windows color (decimal): -10375141 or 1814625. OLE color: 1814625.
HSL color Cylindrical-coordinate representation of color #61B01B: hue angle of 91.81º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #61B01B is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 176 | 27 | - |
| CMYK | 0.45 | 0 | 0.85 | 0.31 |
| HSL | 91.81º | 0.73% | 0.4% | - |
| HSV(B) | 91.81º | 0.85% | 0.69% | - |
| XYZ | 20.65 | 33.67 | 6.45 | - |
| YUV | 135.39 | 66.83 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 176 | 27 | 0.45 | 0 | 0.85 | 0.31 | 91.81 | 0.73 | 0.4 |
| Hex | 61 | B0 | 1B | 2D | 0 | 55 | 1F | 5C | 49 | 28 |
| Octal | 141 | 260 | 33 | 55 | 0 | 125 | 37 | 134 | 111 | 50 |
| Binary | 1100001 | 10110000 | 11011 | 101101 | 0 | 1010101 | 11111 | 1011100 | 1001001 | 101000 |
Color Harmonies of #61B01B
Complementary color
Monochromatic Colors of #61B01B
Black with #61B01B
Text Example
Text Example
White with #61B01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B01B; }
p { color: rgb(97,176,27); }
H1.HeaderClassName
{
color: #61B01B;
}
.AnyTagClassName
{
color: #61B01B;
}
</style>
background-color css
<style>
a { background-color: #61B01B; }
a { background-color: rgb(97,176,27); }
div.DivClassName
{
background-color: #61B01B;
}
.BgClassName
{
background-color: #61B01B;
}
</style>
border-color css
<style>
span { border-color: #61B01B; }
span { border-color: rgb(97,176,27); }
td.TdClassName
{
border-color: #61B01B;
}
.TagClassName
{
border-color: #61B01B;
}
</style>