Shades of Christi #679D0F
Tints of Christi #679D0F
RGB
CMYK
RGB Variations
Color information
#679D0F (or 0x679D0F) is known color: Christi. HEX triplet: 67, 9D and 0F. RGB value is (103,157,15). Sum of RGB (Red+Green+Blue) = 103+157+15=275 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.45% from 275); Green value is 157 (61.72% from 255 or 57.09% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 157 - color contains mainly: green. Hex color #679D0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679D0F is #9862F0. Grayscale: #7D7D7D. Windows color (decimal): -9986801 or 1023335. OLE color: 1023335.
HSL color Cylindrical-coordinate representation of color #679D0F: hue angle of 82.82º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #679D0F is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 157 | 15 | - |
| CMYK | 0.34 | 0 | 0.90 | 0.38 |
| HSL | 82.82º | 0.83% | 0.34% | - |
| HSV(B) | 82.82º | 0.9% | 0.62% | - |
| XYZ | 17.74 | 27.03 | 4.73 | - |
| YUV | 124.67 | 66.11 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 157 | 15 | 0.34 | 0 | 0.90 | 0.38 | 82.82 | 0.83 | 0.34 |
| Hex | 67 | 9D | F | 22 | 0 | 5A | 26 | 53 | 53 | 22 |
| Octal | 147 | 235 | 17 | 42 | 0 | 132 | 46 | 123 | 123 | 42 |
| Binary | 1100111 | 10011101 | 1111 | 100010 | 0 | 1011010 | 100110 | 1010011 | 1010011 | 100010 |
Color Harmonies of #679D0F
Complementary color
Monochromatic Colors of #679D0F
Black with #679D0F
Text Example
Text Example
White with #679D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679D0F; }
p { color: rgb(103,157,15); }
H1.HeaderClassName
{
color: #679D0F;
}
.AnyTagClassName
{
color: #679D0F;
}
</style>
background-color css
<style>
a { background-color: #679D0F; }
a { background-color: rgb(103,157,15); }
div.DivClassName
{
background-color: #679D0F;
}
.BgClassName
{
background-color: #679D0F;
}
</style>
border-color css
<style>
span { border-color: #679D0F; }
span { border-color: rgb(103,157,15); }
td.TdClassName
{
border-color: #679D0F;
}
.TagClassName
{
border-color: #679D0F;
}
</style>