Shades of Christi #68AB07
Tints of Christi #68AB07
RGB
CMYK
RGB Variations
Color information
#68AB07 (or 0x68AB07) is known color: Christi. HEX triplet: 68, AB and 07. RGB value is (104,171,7). Sum of RGB (Red+Green+Blue) = 104+171+7=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 171 (67.19% from 255 or 60.64% from 282); Blue value is 7 (3.12% from 255 or 2.48% from 282); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68AB07 is #9754F8. Grayscale: #848484. Windows color (decimal): -9917689 or 502632. OLE color: 502632.
HSL color Cylindrical-coordinate representation of color #68AB07: hue angle of 84.51º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #68AB07 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 171 | 7 | - |
| CMYK | 0.39 | 0 | 0.96 | 0.33 |
| HSL | 84.51º | 0.92% | 0.35% | - |
| HSV(B) | 84.51º | 0.96% | 0.67% | - |
| XYZ | 20.31 | 32.08 | 5.32 | - |
| YUV | 132.27 | 57.3 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 171 | 7 | 0.39 | 0 | 0.96 | 0.33 | 84.51 | 0.92 | 0.35 |
| Hex | 68 | AB | 7 | 27 | 0 | 60 | 21 | 55 | 5C | 23 |
| Octal | 150 | 253 | 7 | 47 | 0 | 140 | 41 | 125 | 134 | 43 |
| Binary | 1101000 | 10101011 | 111 | 100111 | 0 | 1100000 | 100001 | 1010101 | 1011100 | 100011 |
Color Harmonies of #68AB07
Complementary color
Monochromatic Colors of #68AB07
Black with #68AB07
Text Example
Text Example
White with #68AB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AB07; }
p { color: rgb(104,171,7); }
H1.HeaderClassName
{
color: #68AB07;
}
.AnyTagClassName
{
color: #68AB07;
}
</style>
background-color css
<style>
a { background-color: #68AB07; }
a { background-color: rgb(104,171,7); }
div.DivClassName
{
background-color: #68AB07;
}
.BgClassName
{
background-color: #68AB07;
}
</style>
border-color css
<style>
span { border-color: #68AB07; }
span { border-color: rgb(104,171,7); }
td.TdClassName
{
border-color: #68AB07;
}
.TagClassName
{
border-color: #68AB07;
}
</style>