Shades of Christi #68A403
Tints of Christi #68A403
RGB
CMYK
RGB Variations
Color information
#68A403 (or 0x68A403) is known color: Christi. HEX triplet: 68, A4 and 03. RGB value is (104,164,3). Sum of RGB (Red+Green+Blue) = 104+164+3=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 164 (64.45% from 255 or 60.52% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 164 - color contains mainly: green. Hex color #68A403 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68A403 is #975BFC. Grayscale: #808080. Windows color (decimal): -9919485 or 238696. OLE color: 238696.
HSL color Cylindrical-coordinate representation of color #68A403: hue angle of 82.36º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #68A403 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 164 | 3 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.36 |
| HSL | 82.36º | 0.96% | 0.33% | - |
| HSV(B) | 82.36º | 0.98% | 0.64% | - |
| XYZ | 19 | 29.5 | 4.78 | - |
| YUV | 127.71 | 57.62 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 164 | 3 | 0.37 | 0 | 0.98 | 0.36 | 82.36 | 0.96 | 0.33 |
| Hex | 68 | A4 | 3 | 25 | 0 | 62 | 24 | 52 | 60 | 21 |
| Octal | 150 | 244 | 3 | 45 | 0 | 142 | 44 | 122 | 140 | 41 |
| Binary | 1101000 | 10100100 | 11 | 100101 | 0 | 1100010 | 100100 | 1010010 | 1100000 | 100001 |
Color Harmonies of #68A403
Complementary color
Monochromatic Colors of #68A403
Black with #68A403
Text Example
Text Example
White with #68A403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A403; }
p { color: rgb(104,164,3); }
H1.HeaderClassName
{
color: #68A403;
}
.AnyTagClassName
{
color: #68A403;
}
</style>
background-color css
<style>
a { background-color: #68A403; }
a { background-color: rgb(104,164,3); }
div.DivClassName
{
background-color: #68A403;
}
.BgClassName
{
background-color: #68A403;
}
</style>
border-color css
<style>
span { border-color: #68A403; }
span { border-color: rgb(104,164,3); }
td.TdClassName
{
border-color: #68A403;
}
.TagClassName
{
border-color: #68A403;
}
</style>