Shades of Christi #609D03
Tints of Christi #609D03
RGB
CMYK
RGB Variations
Color information
#609D03 (or 0x609D03) is known color: Christi. HEX triplet: 60, 9D and 03. RGB value is (96,157,3). Sum of RGB (Red+Green+Blue) = 96+157+3=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 157 (61.72% from 255 or 61.33% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 157 - color contains mainly: green. Hex color #609D03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609D03 is #9F62FC. Grayscale: #797979. Windows color (decimal): -10445565 or 236896. OLE color: 236896.
HSL color Cylindrical-coordinate representation of color #609D03: hue angle of 83.77º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #609D03 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 157 | 3 | - |
| CMYK | 0.39 | 0 | 0.98 | 0.38 |
| HSL | 83.77º | 0.96% | 0.31% | - |
| HSV(B) | 83.77º | 0.98% | 0.62% | - |
| XYZ | 16.9 | 26.61 | 4.33 | - |
| YUV | 121.21 | 61.29 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 157 | 3 | 0.39 | 0 | 0.98 | 0.38 | 83.77 | 0.96 | 0.31 |
| Hex | 60 | 9D | 3 | 27 | 0 | 62 | 26 | 54 | 60 | 1F |
| Octal | 140 | 235 | 3 | 47 | 0 | 142 | 46 | 124 | 140 | 37 |
| Binary | 1100000 | 10011101 | 11 | 100111 | 0 | 1100010 | 100110 | 1010100 | 1100000 | 11111 |
Color Harmonies of #609D03
Complementary color
Monochromatic Colors of #609D03
Black with #609D03
Text Example
Text Example
White with #609D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609D03; }
p { color: rgb(96,157,3); }
H1.HeaderClassName
{
color: #609D03;
}
.AnyTagClassName
{
color: #609D03;
}
</style>
background-color css
<style>
a { background-color: #609D03; }
a { background-color: rgb(96,157,3); }
div.DivClassName
{
background-color: #609D03;
}
.BgClassName
{
background-color: #609D03;
}
</style>
border-color css
<style>
span { border-color: #609D03; }
span { border-color: rgb(96,157,3); }
td.TdClassName
{
border-color: #609D03;
}
.TagClassName
{
border-color: #609D03;
}
</style>