Shades of Christi #619A0A
Tints of Christi #619A0A
RGB
CMYK
RGB Variations
Color information
#619A0A (or 0x619A0A) is known color: Christi. HEX triplet: 61, 9A and 0A. RGB value is (97,154,10). Sum of RGB (Red+Green+Blue) = 97+154+10=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 154 (60.55% from 255 or 59.00% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 154 - color contains mainly: green. Hex color #619A0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619A0A is #9E65F5. Grayscale: #797979. Windows color (decimal): -10380790 or 694881. OLE color: 694881.
HSL color Cylindrical-coordinate representation of color #619A0A: hue angle of 83.75º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #619A0A is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 97 | 154 | 10 | - |
| CMYK | 0.37 | 0 | 0.94 | 0.40 |
| HSL | 83.75º | 0.88% | 0.32% | - |
| HSV(B) | 83.75º | 0.94% | 0.6% | - |
| XYZ | 16.54 | 25.67 | 4.37 | - |
| YUV | 120.54 | 65.62 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 154 | 10 | 0.37 | 0 | 0.94 | 0.40 | 83.75 | 0.88 | 0.32 |
| Hex | 61 | 9A | A | 25 | 0 | 5E | 28 | 54 | 58 | 20 |
| Octal | 141 | 232 | 12 | 45 | 0 | 136 | 50 | 124 | 130 | 40 |
| Binary | 1100001 | 10011010 | 1010 | 100101 | 0 | 1011110 | 101000 | 1010100 | 1011000 | 100000 |
Color Harmonies of #619A0A
Complementary color
Monochromatic Colors of #619A0A
Black with #619A0A
Text Example
Text Example
White with #619A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619A0A; }
p { color: rgb(97,154,10); }
H1.HeaderClassName
{
color: #619A0A;
}
.AnyTagClassName
{
color: #619A0A;
}
</style>
background-color css
<style>
a { background-color: #619A0A; }
a { background-color: rgb(97,154,10); }
div.DivClassName
{
background-color: #619A0A;
}
.BgClassName
{
background-color: #619A0A;
}
</style>
border-color css
<style>
span { border-color: #619A0A; }
span { border-color: rgb(97,154,10); }
td.TdClassName
{
border-color: #619A0A;
}
.TagClassName
{
border-color: #619A0A;
}
</style>