Shades of Christi #619D0A
Tints of Christi #619D0A
RGB
CMYK
RGB Variations
Color information
#619D0A (or 0x619D0A) is known color: Christi. HEX triplet: 61, 9D and 0A. RGB value is (97,157,10). Sum of RGB (Red+Green+Blue) = 97+157+10=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 157 (61.72% from 255 or 59.47% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 157 - color contains mainly: green. Hex color #619D0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619D0A is #9E62F5. Grayscale: #7A7A7A. Windows color (decimal): -10380022 or 695649. OLE color: 695649.
HSL color Cylindrical-coordinate representation of color #619D0A: hue angle of 84.49º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #619D0A is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 157 | 10 | - |
| CMYK | 0.38 | 0 | 0.94 | 0.38 |
| HSL | 84.49º | 0.88% | 0.33% | - |
| HSV(B) | 84.49º | 0.94% | 0.62% | - |
| XYZ | 17.04 | 26.68 | 4.54 | - |
| YUV | 122.3 | 64.62 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 157 | 10 | 0.38 | 0 | 0.94 | 0.38 | 84.49 | 0.88 | 0.33 |
| Hex | 61 | 9D | A | 26 | 0 | 5E | 26 | 54 | 58 | 21 |
| Octal | 141 | 235 | 12 | 46 | 0 | 136 | 46 | 124 | 130 | 41 |
| Binary | 1100001 | 10011101 | 1010 | 100110 | 0 | 1011110 | 100110 | 1010100 | 1011000 | 100001 |
Color Harmonies of #619D0A
Complementary color
Monochromatic Colors of #619D0A
Black with #619D0A
Text Example
Text Example
White with #619D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619D0A; }
p { color: rgb(97,157,10); }
H1.HeaderClassName
{
color: #619D0A;
}
.AnyTagClassName
{
color: #619D0A;
}
</style>
background-color css
<style>
a { background-color: #619D0A; }
a { background-color: rgb(97,157,10); }
div.DivClassName
{
background-color: #619D0A;
}
.BgClassName
{
background-color: #619D0A;
}
</style>
border-color css
<style>
span { border-color: #619D0A; }
span { border-color: rgb(97,157,10); }
td.TdClassName
{
border-color: #619D0A;
}
.TagClassName
{
border-color: #619D0A;
}
</style>