Shades of Christi #699C00
Tints of Christi #699C00
RGB
CMYK
RGB Variations
Color information
#699C00 (or 0x699C00) is known color: Christi. HEX triplet: 69, 9C and 00. RGB value is (105,156,0). Sum of RGB (Red+Green+Blue) = 105+156+0=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 156 (61.33% from 255 or 59.77% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 156 - color contains mainly: green. Hex color #699C00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699C00 is #9663FF. Grayscale: #7B7B7B. Windows color (decimal): -9856000 or 40041. OLE color: 40041.
HSL color Cylindrical-coordinate representation of color #699C00: hue angle of 79.62º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #699C00 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 156 | 0 | - |
| CMYK | 0.33 | 0 | 1 | 0.39 |
| HSL | 79.62º | 1% | 0.31% | - |
| HSV(B) | 79.62º | 1% | 0.61% | - |
| XYZ | 17.71 | 26.78 | 4.24 | - |
| YUV | 122.97 | 58.6 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 156 | 0 | 0.33 | 0 | 1 | 0.39 | 79.62 | 1 | 0.31 |
| Hex | 69 | 9C | 0 | 21 | 0 | 64 | 27 | 50 | 64 | 1F |
| Octal | 151 | 234 | 0 | 41 | 0 | 144 | 47 | 120 | 144 | 37 |
| Binary | 1101001 | 10011100 | 0 | 100001 | 0 | 1100100 | 100111 | 1010000 | 1100100 | 11111 |
Color Harmonies of #699C00
Complementary color
Monochromatic Colors of #699C00
Black with #699C00
Text Example
Text Example
White with #699C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699C00; }
p { color: rgb(105,156,0); }
H1.HeaderClassName
{
color: #699C00;
}
.AnyTagClassName
{
color: #699C00;
}
</style>
background-color css
<style>
a { background-color: #699C00; }
a { background-color: rgb(105,156,0); }
div.DivClassName
{
background-color: #699C00;
}
.BgClassName
{
background-color: #699C00;
}
</style>
border-color css
<style>
span { border-color: #699C00; }
span { border-color: rgb(105,156,0); }
td.TdClassName
{
border-color: #699C00;
}
.TagClassName
{
border-color: #699C00;
}
</style>