Shades of Christi #67AA19
Tints of Christi #67AA19
RGB
CMYK
RGB Variations
Color information
#67AA19 (or 0x67AA19) is known color: Christi. HEX triplet: 67, AA and 19. RGB value is (103,170,25). Sum of RGB (Red+Green+Blue) = 103+170+25=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 170 (66.80% from 255 or 57.05% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 170 - color contains mainly: green. Hex color #67AA19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67AA19 is #9855E6. Grayscale: #858585. Windows color (decimal): -9983463 or 1682023. OLE color: 1682023.
HSL color Cylindrical-coordinate representation of color #67AA19: hue angle of 87.72º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #67AA19 is Cyan = 0.39, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 170 | 25 | - |
| CMYK | 0.39 | 0 | 0.85 | 0.33 |
| HSL | 87.72º | 0.74% | 0.38% | - |
| HSV(B) | 87.72º | 0.85% | 0.67% | - |
| XYZ | 20.14 | 31.7 | 5.98 | - |
| YUV | 133.44 | 66.8 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 170 | 25 | 0.39 | 0 | 0.85 | 0.33 | 87.72 | 0.74 | 0.38 |
| Hex | 67 | AA | 19 | 27 | 0 | 55 | 21 | 58 | 4A | 26 |
| Octal | 147 | 252 | 31 | 47 | 0 | 125 | 41 | 130 | 112 | 46 |
| Binary | 1100111 | 10101010 | 11001 | 100111 | 0 | 1010101 | 100001 | 1011000 | 1001010 | 100110 |
Color Harmonies of #67AA19
Complementary color
Monochromatic Colors of #67AA19
Black with #67AA19
Text Example
Text Example
White with #67AA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AA19; }
p { color: rgb(103,170,25); }
H1.HeaderClassName
{
color: #67AA19;
}
.AnyTagClassName
{
color: #67AA19;
}
</style>
background-color css
<style>
a { background-color: #67AA19; }
a { background-color: rgb(103,170,25); }
div.DivClassName
{
background-color: #67AA19;
}
.BgClassName
{
background-color: #67AA19;
}
</style>
border-color css
<style>
span { border-color: #67AA19; }
span { border-color: rgb(103,170,25); }
td.TdClassName
{
border-color: #67AA19;
}
.TagClassName
{
border-color: #67AA19;
}
</style>