Shades of Christi #67A311
Tints of Christi #67A311
RGB
CMYK
RGB Variations
Color information
#67A311 (or 0x67A311) is known color: Christi. HEX triplet: 67, A3 and 11. RGB value is (103,163,17). Sum of RGB (Red+Green+Blue) = 103+163+17=283 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.40% from 283); Green value is 163 (64.06% from 255 or 57.60% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 163 - color contains mainly: green. Hex color #67A311 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67A311 is #985CEE. Grayscale: #808080. Windows color (decimal): -9985263 or 1155943. OLE color: 1155943.
HSL color Cylindrical-coordinate representation of color #67A311: hue angle of 84.66º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #67A311 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 163 | 17 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.36 |
| HSL | 84.66º | 0.81% | 0.35% | - |
| HSV(B) | 84.66º | 0.9% | 0.64% | - |
| XYZ | 18.79 | 29.12 | 5.16 | - |
| YUV | 128.42 | 65.12 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 163 | 17 | 0.37 | 0 | 0.90 | 0.36 | 84.66 | 0.81 | 0.35 |
| Hex | 67 | A3 | 11 | 25 | 0 | 5A | 24 | 55 | 51 | 23 |
| Octal | 147 | 243 | 21 | 45 | 0 | 132 | 44 | 125 | 121 | 43 |
| Binary | 1100111 | 10100011 | 10001 | 100101 | 0 | 1011010 | 100100 | 1010101 | 1010001 | 100011 |
Color Harmonies of #67A311
Complementary color
Monochromatic Colors of #67A311
Black with #67A311
Text Example
Text Example
White with #67A311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A311; }
p { color: rgb(103,163,17); }
H1.HeaderClassName
{
color: #67A311;
}
.AnyTagClassName
{
color: #67A311;
}
</style>
background-color css
<style>
a { background-color: #67A311; }
a { background-color: rgb(103,163,17); }
div.DivClassName
{
background-color: #67A311;
}
.BgClassName
{
background-color: #67A311;
}
</style>
border-color css
<style>
span { border-color: #67A311; }
span { border-color: rgb(103,163,17); }
td.TdClassName
{
border-color: #67A311;
}
.TagClassName
{
border-color: #67A311;
}
</style>