Shades of Christi #679D03
Tints of Christi #679D03
RGB
CMYK
RGB Variations
Color information
#679D03 (or 0x679D03) is known color: Christi. HEX triplet: 67, 9D and 03. RGB value is (103,157,3). Sum of RGB (Red+Green+Blue) = 103+157+3=263 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.16% from 263); Green value is 157 (61.72% from 255 or 59.70% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 157 - color contains mainly: green. Hex color #679D03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679D03 is #9862FC. Grayscale: #7B7B7B. Windows color (decimal): -9986813 or 236903. OLE color: 236903.
HSL color Cylindrical-coordinate representation of color #679D03: hue angle of 81.04º 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 #679D03 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 157 | 3 | - |
| CMYK | 0.34 | 0 | 0.98 | 0.38 |
| HSL | 81.04º | 0.96% | 0.31% | - |
| HSV(B) | 81.04º | 0.98% | 0.62% | - |
| XYZ | 17.67 | 27 | 4.37 | - |
| YUV | 123.3 | 60.11 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 157 | 3 | 0.34 | 0 | 0.98 | 0.38 | 81.04 | 0.96 | 0.31 |
| Hex | 67 | 9D | 3 | 22 | 0 | 62 | 26 | 51 | 60 | 1F |
| Octal | 147 | 235 | 3 | 42 | 0 | 142 | 46 | 121 | 140 | 37 |
| Binary | 1100111 | 10011101 | 11 | 100010 | 0 | 1100010 | 100110 | 1010001 | 1100000 | 11111 |
Color Harmonies of #679D03
Complementary color
Monochromatic Colors of #679D03
Black with #679D03
Text Example
Text Example
White with #679D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679D03; }
p { color: rgb(103,157,3); }
H1.HeaderClassName
{
color: #679D03;
}
.AnyTagClassName
{
color: #679D03;
}
</style>
background-color css
<style>
a { background-color: #679D03; }
a { background-color: rgb(103,157,3); }
div.DivClassName
{
background-color: #679D03;
}
.BgClassName
{
background-color: #679D03;
}
</style>
border-color css
<style>
span { border-color: #679D03; }
span { border-color: rgb(103,157,3); }
td.TdClassName
{
border-color: #679D03;
}
.TagClassName
{
border-color: #679D03;
}
</style>