Shades of Christi #679F00
Tints of Christi #679F00
RGB
CMYK
RGB Variations
Color information
#679F00 (or 0x679F00) is known color: Christi. HEX triplet: 67, 9F and 00. RGB value is (103,159,0). Sum of RGB (Red+Green+Blue) = 103+159+0=262 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.31% from 262); Green value is 159 (62.5% from 255 or 60.69% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 159 - color contains mainly: green. Hex color #679F00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679F00 is #9860FF. Grayscale: #7C7C7C. Windows color (decimal): -9986304 or 40807. OLE color: 40807.
HSL color Cylindrical-coordinate representation of color #679F00: hue angle of 81.13º 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 #679F00 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 159 | 0 | - |
| CMYK | 0.35 | 0 | 1 | 0.38 |
| HSL | 81.13º | 1% | 0.31% | - |
| HSV(B) | 81.13º | 1% | 0.62% | - |
| XYZ | 17.99 | 27.68 | 4.39 | - |
| YUV | 124.13 | 57.95 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 159 | 0 | 0.35 | 0 | 1 | 0.38 | 81.13 | 1 | 0.31 |
| Hex | 67 | 9F | 0 | 23 | 0 | 64 | 26 | 51 | 64 | 1F |
| Octal | 147 | 237 | 0 | 43 | 0 | 144 | 46 | 121 | 144 | 37 |
| Binary | 1100111 | 10011111 | 0 | 100011 | 0 | 1100100 | 100110 | 1010001 | 1100100 | 11111 |
Color Harmonies of #679F00
Complementary color
Monochromatic Colors of #679F00
Black with #679F00
Text Example
Text Example
White with #679F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679F00; }
p { color: rgb(103,159,0); }
H1.HeaderClassName
{
color: #679F00;
}
.AnyTagClassName
{
color: #679F00;
}
</style>
background-color css
<style>
a { background-color: #679F00; }
a { background-color: rgb(103,159,0); }
div.DivClassName
{
background-color: #679F00;
}
.BgClassName
{
background-color: #679F00;
}
</style>
border-color css
<style>
span { border-color: #679F00; }
span { border-color: rgb(103,159,0); }
td.TdClassName
{
border-color: #679F00;
}
.TagClassName
{
border-color: #679F00;
}
</style>