Shades of Christi #639D04
Tints of Christi #639D04
RGB
CMYK
RGB Variations
Color information
#639D04 (or 0x639D04) is known color: Christi. HEX triplet: 63, 9D and 04. RGB value is (99,157,4). Sum of RGB (Red+Green+Blue) = 99+157+4=260 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.08% from 260); Green value is 157 (61.72% from 255 or 60.38% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 157 - color contains mainly: green. Hex color #639D04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639D04 is #9C62FB. Grayscale: #7A7A7A. Windows color (decimal): -10248956 or 302435. OLE color: 302435.
HSL color Cylindrical-coordinate representation of color #639D04: hue angle of 82.75º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #639D04 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 157 | 4 | - |
| CMYK | 0.37 | 0 | 0.97 | 0.38 |
| HSL | 82.75º | 0.95% | 0.32% | - |
| HSV(B) | 82.75º | 0.97% | 0.62% | - |
| XYZ | 17.22 | 26.78 | 4.38 | - |
| YUV | 122.22 | 61.28 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 157 | 4 | 0.37 | 0 | 0.97 | 0.38 | 82.75 | 0.95 | 0.32 |
| Hex | 63 | 9D | 4 | 25 | 0 | 61 | 26 | 53 | 5F | 20 |
| Octal | 143 | 235 | 4 | 45 | 0 | 141 | 46 | 123 | 137 | 40 |
| Binary | 1100011 | 10011101 | 100 | 100101 | 0 | 1100001 | 100110 | 1010011 | 1011111 | 100000 |
Color Harmonies of #639D04
Complementary color
Monochromatic Colors of #639D04
Black with #639D04
Text Example
Text Example
White with #639D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639D04; }
p { color: rgb(99,157,4); }
H1.HeaderClassName
{
color: #639D04;
}
.AnyTagClassName
{
color: #639D04;
}
</style>
background-color css
<style>
a { background-color: #639D04; }
a { background-color: rgb(99,157,4); }
div.DivClassName
{
background-color: #639D04;
}
.BgClassName
{
background-color: #639D04;
}
</style>
border-color css
<style>
span { border-color: #639D04; }
span { border-color: rgb(99,157,4); }
td.TdClassName
{
border-color: #639D04;
}
.TagClassName
{
border-color: #639D04;
}
</style>