Shades of Christi #68A301
Tints of Christi #68A301
RGB
CMYK
RGB Variations
Color information
#68A301 (or 0x68A301) is known color: Christi. HEX triplet: 68, A3 and 01. RGB value is (104,163,1). Sum of RGB (Red+Green+Blue) = 104+163+1=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 163 (64.06% from 255 or 60.82% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 163 - color contains mainly: green. Hex color #68A301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68A301 is #975CFE. Grayscale: #7F7F7F. Windows color (decimal): -9919743 or 107368. OLE color: 107368.
HSL color Cylindrical-coordinate representation of color #68A301: hue angle of 81.85º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #68A301 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 163 | 1 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.36 |
| HSL | 81.85º | 0.99% | 0.32% | - |
| HSV(B) | 81.85º | 0.99% | 0.64% | - |
| XYZ | 18.81 | 29.14 | 4.66 | - |
| YUV | 126.89 | 56.95 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 163 | 1 | 0.36 | 0 | 0.99 | 0.36 | 81.85 | 0.99 | 0.32 |
| Hex | 68 | A3 | 1 | 24 | 0 | 63 | 24 | 52 | 63 | 20 |
| Octal | 150 | 243 | 1 | 44 | 0 | 143 | 44 | 122 | 143 | 40 |
| Binary | 1101000 | 10100011 | 1 | 100100 | 0 | 1100011 | 100100 | 1010010 | 1100011 | 100000 |
Color Harmonies of #68A301
Complementary color
Monochromatic Colors of #68A301
Black with #68A301
Text Example
Text Example
White with #68A301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A301; }
p { color: rgb(104,163,1); }
H1.HeaderClassName
{
color: #68A301;
}
.AnyTagClassName
{
color: #68A301;
}
</style>
background-color css
<style>
a { background-color: #68A301; }
a { background-color: rgb(104,163,1); }
div.DivClassName
{
background-color: #68A301;
}
.BgClassName
{
background-color: #68A301;
}
</style>
border-color css
<style>
span { border-color: #68A301; }
span { border-color: rgb(104,163,1); }
td.TdClassName
{
border-color: #68A301;
}
.TagClassName
{
border-color: #68A301;
}
</style>