Shades of Christi #639B00
Tints of Christi #639B00
RGB
CMYK
RGB Variations
Color information
#639B00 (or 0x639B00) is known color: Christi. HEX triplet: 63, 9B and 00. RGB value is (99,155,0). Sum of RGB (Red+Green+Blue) = 99+155+0=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 155 (60.94% from 255 or 61.02% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 155 - color contains mainly: green. Hex color #639B00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639B00 is #9C64FF. Grayscale: #797979. Windows color (decimal): -10249472 or 39779. OLE color: 39779.
HSL color Cylindrical-coordinate representation of color #639B00: hue angle of 81.68º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #639B00 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 155 | 0 | - |
| CMYK | 0.36 | 0 | 1 | 0.39 |
| HSL | 81.68º | 1% | 0.3% | - |
| HSV(B) | 81.68º | 1% | 0.61% | - |
| XYZ | 16.87 | 26.1 | 4.15 | - |
| YUV | 120.59 | 59.95 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 155 | 0 | 0.36 | 0 | 1 | 0.39 | 81.68 | 1 | 0.3 |
| Hex | 63 | 9B | 0 | 24 | 0 | 64 | 27 | 52 | 64 | 1E |
| Octal | 143 | 233 | 0 | 44 | 0 | 144 | 47 | 122 | 144 | 36 |
| Binary | 1100011 | 10011011 | 0 | 100100 | 0 | 1100100 | 100111 | 1010010 | 1100100 | 11110 |
Color Harmonies of #639B00
Complementary color
Monochromatic Colors of #639B00
Black with #639B00
Text Example
Text Example
White with #639B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639B00; }
p { color: rgb(99,155,0); }
H1.HeaderClassName
{
color: #639B00;
}
.AnyTagClassName
{
color: #639B00;
}
</style>
background-color css
<style>
a { background-color: #639B00; }
a { background-color: rgb(99,155,0); }
div.DivClassName
{
background-color: #639B00;
}
.BgClassName
{
background-color: #639B00;
}
</style>
border-color css
<style>
span { border-color: #639B00; }
span { border-color: rgb(99,155,0); }
td.TdClassName
{
border-color: #639B00;
}
.TagClassName
{
border-color: #639B00;
}
</style>