Shades of Christi #67B80C
Tints of Christi #67B80C
RGB
CMYK
RGB Variations
Color information
#67B80C (or 0x67B80C) is known color: Christi. HEX triplet: 67, B8 and 0C. RGB value is (103,184,12). Sum of RGB (Red+Green+Blue) = 103+184+12=299 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.45% from 299); Green value is 184 (72.27% from 255 or 61.54% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 184 - color contains mainly: green. Hex color #67B80C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67B80C is #9847F3. Grayscale: #8C8C8C. Windows color (decimal): -9979892 or 833639. OLE color: 833639.
HSL color Cylindrical-coordinate representation of color #67B80C: hue angle of 88.26º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #67B80C is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 103 | 184 | 12 | - |
| CMYK | 0.44 | 0 | 0.93 | 0.28 |
| HSL | 88.26º | 0.88% | 0.38% | - |
| HSV(B) | 88.26º | 0.93% | 0.72% | - |
| XYZ | 22.8 | 37.19 | 6.32 | - |
| YUV | 140.17 | 55.66 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 184 | 12 | 0.44 | 0 | 0.93 | 0.28 | 88.26 | 0.88 | 0.38 |
| Hex | 67 | B8 | C | 2C | 0 | 5D | 1C | 58 | 58 | 26 |
| Octal | 147 | 270 | 14 | 54 | 0 | 135 | 34 | 130 | 130 | 46 |
| Binary | 1100111 | 10111000 | 1100 | 101100 | 0 | 1011101 | 11100 | 1011000 | 1011000 | 100110 |
Color Harmonies of #67B80C
Complementary color
Monochromatic Colors of #67B80C
Black with #67B80C
Text Example
Text Example
White with #67B80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B80C; }
p { color: rgb(103,184,12); }
H1.HeaderClassName
{
color: #67B80C;
}
.AnyTagClassName
{
color: #67B80C;
}
</style>
background-color css
<style>
a { background-color: #67B80C; }
a { background-color: rgb(103,184,12); }
div.DivClassName
{
background-color: #67B80C;
}
.BgClassName
{
background-color: #67B80C;
}
</style>
border-color css
<style>
span { border-color: #67B80C; }
span { border-color: rgb(103,184,12); }
td.TdClassName
{
border-color: #67B80C;
}
.TagClassName
{
border-color: #67B80C;
}
</style>