Shades of Christi #689908
Tints of Christi #689908
RGB
CMYK
RGB Variations
Color information
#689908 (or 0x689908) is known color: Christi. HEX triplet: 68, 99 and 08. RGB value is (104,153,8). Sum of RGB (Red+Green+Blue) = 104+153+8=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 153 (60.16% from 255 or 57.74% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 153 - color contains mainly: green. Hex color #689908 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689908 is #9766F7. Grayscale: #7A7A7A. Windows color (decimal): -9922296 or 563560. OLE color: 563560.
HSL color Cylindrical-coordinate representation of color #689908: hue angle of 80.28º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #689908 is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 153 | 8 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.4 |
| HSL | 80.28º | 0.9% | 0.32% | - |
| HSV(B) | 80.28º | 0.95% | 0.6% | - |
| XYZ | 17.14 | 25.74 | 4.3 | - |
| YUV | 121.82 | 63.77 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 8 | 0.32 | 0 | 0.95 | 0.4 | 80.28 | 0.9 | 0.32 |
| Hex | 68 | 99 | 8 | 20 | 0 | 5F | 28 | 50 | 5A | 20 |
| Octal | 150 | 231 | 10 | 40 | 0 | 137 | 50 | 120 | 132 | 40 |
| Binary | 1101000 | 10011001 | 1000 | 100000 | 0 | 1011111 | 101000 | 1010000 | 1011010 | 100000 |
Color Harmonies of #689908
Complementary color
Monochromatic Colors of #689908
Black with #689908
Text Example
Text Example
White with #689908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689908; }
p { color: rgb(104,153,8); }
H1.HeaderClassName
{
color: #689908;
}
.AnyTagClassName
{
color: #689908;
}
</style>
background-color css
<style>
a { background-color: #689908; }
a { background-color: rgb(104,153,8); }
div.DivClassName
{
background-color: #689908;
}
.BgClassName
{
background-color: #689908;
}
</style>
border-color css
<style>
span { border-color: #689908; }
span { border-color: rgb(104,153,8); }
td.TdClassName
{
border-color: #689908;
}
.TagClassName
{
border-color: #689908;
}
</style>