Shades of Christi #679B15
Tints of Christi #679B15
RGB
CMYK
RGB Variations
Color information
#679B15 (or 0x679B15) is known color: Christi. HEX triplet: 67, 9B and 15. RGB value is (103,155,21). Sum of RGB (Red+Green+Blue) = 103+155+21=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 155 (60.94% from 255 or 55.56% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 155 - color contains mainly: green. Hex color #679B15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679B15 is #9864EA. Grayscale: #7C7C7C. Windows color (decimal): -9987307 or 1416039. OLE color: 1416039.
HSL color Cylindrical-coordinate representation of color #679B15: hue angle of 83.28º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #679B15 is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 155 | 21 | - |
| CMYK | 0.34 | 0 | 0.86 | 0.39 |
| HSL | 83.28º | 0.76% | 0.35% | - |
| HSV(B) | 83.28º | 0.86% | 0.61% | - |
| XYZ | 17.45 | 26.38 | 4.88 | - |
| YUV | 124.18 | 69.77 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 155 | 21 | 0.34 | 0 | 0.86 | 0.39 | 83.28 | 0.76 | 0.35 |
| Hex | 67 | 9B | 15 | 22 | 0 | 56 | 27 | 53 | 4C | 23 |
| Octal | 147 | 233 | 25 | 42 | 0 | 126 | 47 | 123 | 114 | 43 |
| Binary | 1100111 | 10011011 | 10101 | 100010 | 0 | 1010110 | 100111 | 1010011 | 1001100 | 100011 |
Color Harmonies of #679B15
Complementary color
Monochromatic Colors of #679B15
Black with #679B15
Text Example
Text Example
White with #679B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679B15; }
p { color: rgb(103,155,21); }
H1.HeaderClassName
{
color: #679B15;
}
.AnyTagClassName
{
color: #679B15;
}
</style>
background-color css
<style>
a { background-color: #679B15; }
a { background-color: rgb(103,155,21); }
div.DivClassName
{
background-color: #679B15;
}
.BgClassName
{
background-color: #679B15;
}
</style>
border-color css
<style>
span { border-color: #679B15; }
span { border-color: rgb(103,155,21); }
td.TdClassName
{
border-color: #679B15;
}
.TagClassName
{
border-color: #679B15;
}
</style>