Shades of Christi #67BD19
Tints of Christi #67BD19
RGB
CMYK
RGB Variations
Color information
#67BD19 (or 0x67BD19) is known color: Christi. HEX triplet: 67, BD and 19. RGB value is (103,189,25). Sum of RGB (Red+Green+Blue) = 103+189+25=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 189 (74.22% from 255 or 59.62% from 317); Blue value is 25 (10.16% from 255 or 7.89% from 317); Max value from RGB is 189 - color contains mainly: green. Hex color #67BD19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67BD19 is #9842E6. Grayscale: #919191. Windows color (decimal): -9978599 or 1686887. OLE color: 1686887.
HSL color Cylindrical-coordinate representation of color #67BD19: hue angle of 91.46º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #67BD19 is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 189 | 25 | - |
| CMYK | 0.46 | 0 | 0.87 | 0.26 |
| HSL | 91.46º | 0.77% | 0.42% | - |
| HSV(B) | 91.46º | 0.87% | 0.74% | - |
| XYZ | 23.97 | 39.35 | 7.25 | - |
| YUV | 144.59 | 60.51 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 189 | 25 | 0.46 | 0 | 0.87 | 0.26 | 91.46 | 0.77 | 0.42 |
| Hex | 67 | BD | 19 | 2E | 0 | 57 | 1A | 5B | 4D | 2A |
| Octal | 147 | 275 | 31 | 56 | 0 | 127 | 32 | 133 | 115 | 52 |
| Binary | 1100111 | 10111101 | 11001 | 101110 | 0 | 1010111 | 11010 | 1011011 | 1001101 | 101010 |
Color Harmonies of #67BD19
Complementary color
Monochromatic Colors of #67BD19
Black with #67BD19
Text Example
Text Example
White with #67BD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BD19; }
p { color: rgb(103,189,25); }
H1.HeaderClassName
{
color: #67BD19;
}
.AnyTagClassName
{
color: #67BD19;
}
</style>
background-color css
<style>
a { background-color: #67BD19; }
a { background-color: rgb(103,189,25); }
div.DivClassName
{
background-color: #67BD19;
}
.BgClassName
{
background-color: #67BD19;
}
</style>
border-color css
<style>
span { border-color: #67BD19; }
span { border-color: rgb(103,189,25); }
td.TdClassName
{
border-color: #67BD19;
}
.TagClassName
{
border-color: #67BD19;
}
</style>