Shades of Christi #67AB1F
Tints of Christi #67AB1F
RGB
CMYK
RGB Variations
Color information
#67AB1F (or 0x67AB1F) is known color: Christi. HEX triplet: 67, AB and 1F. RGB value is (103,171,31). Sum of RGB (Red+Green+Blue) = 103+171+31=305 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.77% from 305); Green value is 171 (67.19% from 255 or 56.07% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 171 - color contains mainly: green. Hex color #67AB1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67AB1F is #9854E0. Grayscale: #878787. Windows color (decimal): -9983201 or 2075495. OLE color: 2075495.
HSL color Cylindrical-coordinate representation of color #67AB1F: hue angle of 89.14º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #67AB1F is Cyan = 0.40, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 171 | 31 | - |
| CMYK | 0.40 | 0 | 0.82 | 0.33 |
| HSL | 89.14º | 0.69% | 0.4% | - |
| HSV(B) | 89.14º | 0.82% | 0.67% | - |
| XYZ | 20.4 | 32.11 | 6.42 | - |
| YUV | 134.71 | 69.47 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 171 | 31 | 0.40 | 0 | 0.82 | 0.33 | 89.14 | 0.69 | 0.4 |
| Hex | 67 | AB | 1F | 28 | 0 | 52 | 21 | 59 | 45 | 28 |
| Octal | 147 | 253 | 37 | 50 | 0 | 122 | 41 | 131 | 105 | 50 |
| Binary | 1100111 | 10101011 | 11111 | 101000 | 0 | 1010010 | 100001 | 1011001 | 1000101 | 101000 |
Color Harmonies of #67AB1F
Complementary color
Monochromatic Colors of #67AB1F
Black with #67AB1F
Text Example
Text Example
White with #67AB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AB1F; }
p { color: rgb(103,171,31); }
H1.HeaderClassName
{
color: #67AB1F;
}
.AnyTagClassName
{
color: #67AB1F;
}
</style>
background-color css
<style>
a { background-color: #67AB1F; }
a { background-color: rgb(103,171,31); }
div.DivClassName
{
background-color: #67AB1F;
}
.BgClassName
{
background-color: #67AB1F;
}
</style>
border-color css
<style>
span { border-color: #67AB1F; }
span { border-color: rgb(103,171,31); }
td.TdClassName
{
border-color: #67AB1F;
}
.TagClassName
{
border-color: #67AB1F;
}
</style>