Shades of Christi #639D00
Tints of Christi #639D00
RGB
CMYK
RGB Variations
Color information
#639D00 (or 0x639D00) is known color: Christi. HEX triplet: 63, 9D and 00. RGB value is (99,157,0). Sum of RGB (Red+Green+Blue) = 99+157+0=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 157 (61.72% from 255 or 61.33% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 157 - color contains mainly: green. Hex color #639D00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639D00 is #9C62FF. Grayscale: #7A7A7A. Windows color (decimal): -10248960 or 40291. OLE color: 40291.
HSL color Cylindrical-coordinate representation of color #639D00: hue angle of 82.17º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #639D00 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 157 | 0 | - |
| CMYK | 0.37 | 0 | 1 | 0.38 |
| HSL | 82.17º | 1% | 0.31% | - |
| HSV(B) | 82.17º | 1% | 0.62% | - |
| XYZ | 17.2 | 26.77 | 4.26 | - |
| YUV | 121.76 | 59.28 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 157 | 0 | 0.37 | 0 | 1 | 0.38 | 82.17 | 1 | 0.31 |
| Hex | 63 | 9D | 0 | 25 | 0 | 64 | 26 | 52 | 64 | 1F |
| Octal | 143 | 235 | 0 | 45 | 0 | 144 | 46 | 122 | 144 | 37 |
| Binary | 1100011 | 10011101 | 0 | 100101 | 0 | 1100100 | 100110 | 1010010 | 1100100 | 11111 |
Color Harmonies of #639D00
Complementary color
Monochromatic Colors of #639D00
Black with #639D00
Text Example
Text Example
White with #639D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639D00; }
p { color: rgb(99,157,0); }
H1.HeaderClassName
{
color: #639D00;
}
.AnyTagClassName
{
color: #639D00;
}
</style>
background-color css
<style>
a { background-color: #639D00; }
a { background-color: rgb(99,157,0); }
div.DivClassName
{
background-color: #639D00;
}
.BgClassName
{
background-color: #639D00;
}
</style>
border-color css
<style>
span { border-color: #639D00; }
span { border-color: rgb(99,157,0); }
td.TdClassName
{
border-color: #639D00;
}
.TagClassName
{
border-color: #639D00;
}
</style>