Shades of Christi #67B71D
Tints of Christi #67B71D
RGB
CMYK
RGB Variations
Color information
#67B71D (or 0x67B71D) is known color: Christi. HEX triplet: 67, B7 and 1D. RGB value is (103,183,29). Sum of RGB (Red+Green+Blue) = 103+183+29=315 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.70% from 315); Green value is 183 (71.88% from 255 or 58.10% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 183 - color contains mainly: green. Hex color #67B71D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67B71D is #9848E2. Grayscale: #8E8E8E. Windows color (decimal): -9980131 or 1947495. OLE color: 1947495.
HSL color Cylindrical-coordinate representation of color #67B71D: hue angle of 91.17º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #67B71D is Cyan = 0.44, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 103 | 183 | 29 | - |
| CMYK | 0.44 | 0 | 0.84 | 0.28 |
| HSL | 91.17º | 0.73% | 0.42% | - |
| HSV(B) | 91.17º | 0.84% | 0.72% | - |
| XYZ | 22.75 | 36.84 | 7.07 | - |
| YUV | 141.52 | 64.5 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 183 | 29 | 0.44 | 0 | 0.84 | 0.28 | 91.17 | 0.73 | 0.42 |
| Hex | 67 | B7 | 1D | 2C | 0 | 54 | 1C | 5B | 49 | 2A |
| Octal | 147 | 267 | 35 | 54 | 0 | 124 | 34 | 133 | 111 | 52 |
| Binary | 1100111 | 10110111 | 11101 | 101100 | 0 | 1010100 | 11100 | 1011011 | 1001001 | 101010 |
Color Harmonies of #67B71D
Complementary color
Monochromatic Colors of #67B71D
Black with #67B71D
Text Example
Text Example
White with #67B71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B71D; }
p { color: rgb(103,183,29); }
H1.HeaderClassName
{
color: #67B71D;
}
.AnyTagClassName
{
color: #67B71D;
}
</style>
background-color css
<style>
a { background-color: #67B71D; }
a { background-color: rgb(103,183,29); }
div.DivClassName
{
background-color: #67B71D;
}
.BgClassName
{
background-color: #67B71D;
}
</style>
border-color css
<style>
span { border-color: #67B71D; }
span { border-color: rgb(103,183,29); }
td.TdClassName
{
border-color: #67B71D;
}
.TagClassName
{
border-color: #67B71D;
}
</style>