Shades of Christi #67B80E
Tints of Christi #67B80E
RGB
CMYK
RGB Variations
Color information
#67B80E (or 0x67B80E) is known color: Christi. HEX triplet: 67, B8 and 0E. RGB value is (103,184,14). Sum of RGB (Red+Green+Blue) = 103+184+14=301 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.22% from 301); Green value is 184 (72.27% from 255 or 61.13% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 184 - color contains mainly: green. Hex color #67B80E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67B80E is #9847F1. Grayscale: #8C8C8C. Windows color (decimal): -9979890 or 964711. OLE color: 964711.
HSL color Cylindrical-coordinate representation of color #67B80E: hue angle of 88.59º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #67B80E is Cyan = 0.44, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 103 | 184 | 14 | - |
| CMYK | 0.44 | 0 | 0.92 | 0.28 |
| HSL | 88.59º | 0.86% | 0.39% | - |
| HSV(B) | 88.59º | 0.92% | 0.72% | - |
| XYZ | 22.81 | 37.2 | 6.39 | - |
| YUV | 140.4 | 56.66 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 184 | 14 | 0.44 | 0 | 0.92 | 0.28 | 88.59 | 0.86 | 0.39 |
| Hex | 67 | B8 | E | 2C | 0 | 5C | 1C | 59 | 56 | 27 |
| Octal | 147 | 270 | 16 | 54 | 0 | 134 | 34 | 131 | 126 | 47 |
| Binary | 1100111 | 10111000 | 1110 | 101100 | 0 | 1011100 | 11100 | 1011001 | 1010110 | 100111 |
Color Harmonies of #67B80E
Complementary color
Monochromatic Colors of #67B80E
Black with #67B80E
Text Example
Text Example
White with #67B80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B80E; }
p { color: rgb(103,184,14); }
H1.HeaderClassName
{
color: #67B80E;
}
.AnyTagClassName
{
color: #67B80E;
}
</style>
background-color css
<style>
a { background-color: #67B80E; }
a { background-color: rgb(103,184,14); }
div.DivClassName
{
background-color: #67B80E;
}
.BgClassName
{
background-color: #67B80E;
}
</style>
border-color css
<style>
span { border-color: #67B80E; }
span { border-color: rgb(103,184,14); }
td.TdClassName
{
border-color: #67B80E;
}
.TagClassName
{
border-color: #67B80E;
}
</style>