Shades of Christi #629C07
Tints of Christi #629C07
RGB
CMYK
RGB Variations
Color information
#629C07 (or 0x629C07) is known color: Christi. HEX triplet: 62, 9C and 07. RGB value is (98,156,7). Sum of RGB (Red+Green+Blue) = 98+156+7=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 156 (61.33% from 255 or 59.77% from 261); Blue value is 7 (3.12% from 255 or 2.68% from 261); Max value from RGB is 156 - color contains mainly: green. Hex color #629C07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629C07 is #9D63F8. Grayscale: #7A7A7A. Windows color (decimal): -10314745 or 498786. OLE color: 498786.
HSL color Cylindrical-coordinate representation of color #629C07: hue angle of 83.36º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #629C07 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 156 | 7 | - |
| CMYK | 0.37 | 0 | 0.96 | 0.39 |
| HSL | 83.36º | 0.91% | 0.32% | - |
| HSV(B) | 83.36º | 0.96% | 0.61% | - |
| XYZ | 16.96 | 26.39 | 4.4 | - |
| YUV | 121.67 | 63.28 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 156 | 7 | 0.37 | 0 | 0.96 | 0.39 | 83.36 | 0.91 | 0.32 |
| Hex | 62 | 9C | 7 | 25 | 0 | 60 | 27 | 53 | 5B | 20 |
| Octal | 142 | 234 | 7 | 45 | 0 | 140 | 47 | 123 | 133 | 40 |
| Binary | 1100010 | 10011100 | 111 | 100101 | 0 | 1100000 | 100111 | 1010011 | 1011011 | 100000 |
Color Harmonies of #629C07
Complementary color
Monochromatic Colors of #629C07
Black with #629C07
Text Example
Text Example
White with #629C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629C07; }
p { color: rgb(98,156,7); }
H1.HeaderClassName
{
color: #629C07;
}
.AnyTagClassName
{
color: #629C07;
}
</style>
background-color css
<style>
a { background-color: #629C07; }
a { background-color: rgb(98,156,7); }
div.DivClassName
{
background-color: #629C07;
}
.BgClassName
{
background-color: #629C07;
}
</style>
border-color css
<style>
span { border-color: #629C07; }
span { border-color: rgb(98,156,7); }
td.TdClassName
{
border-color: #629C07;
}
.TagClassName
{
border-color: #629C07;
}
</style>