Shades of Christi #67B30E
Tints of Christi #67B30E
RGB
CMYK
RGB Variations
Color information
#67B30E (or 0x67B30E) is known color: Christi. HEX triplet: 67, B3 and 0E. RGB value is (103,179,14). Sum of RGB (Red+Green+Blue) = 103+179+14=296 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.80% from 296); Green value is 179 (70.31% from 255 or 60.47% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 179 - color contains mainly: green. Hex color #67B30E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67B30E is #984CF1. Grayscale: #8A8A8A. Windows color (decimal): -9981170 or 963431. OLE color: 963431.
HSL color Cylindrical-coordinate representation of color #67B30E: hue angle of 87.64º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #67B30E is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 103 | 179 | 14 | - |
| CMYK | 0.42 | 0 | 0.92 | 0.30 |
| HSL | 87.64º | 0.85% | 0.38% | - |
| HSV(B) | 87.64º | 0.92% | 0.7% | - |
| XYZ | 21.79 | 35.16 | 6.05 | - |
| YUV | 137.47 | 58.32 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 179 | 14 | 0.42 | 0 | 0.92 | 0.30 | 87.64 | 0.85 | 0.38 |
| Hex | 67 | B3 | E | 2A | 0 | 5C | 1E | 58 | 55 | 26 |
| Octal | 147 | 263 | 16 | 52 | 0 | 134 | 36 | 130 | 125 | 46 |
| Binary | 1100111 | 10110011 | 1110 | 101010 | 0 | 1011100 | 11110 | 1011000 | 1010101 | 100110 |
Color Harmonies of #67B30E
Complementary color
Monochromatic Colors of #67B30E
Black with #67B30E
Text Example
Text Example
White with #67B30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B30E; }
p { color: rgb(103,179,14); }
H1.HeaderClassName
{
color: #67B30E;
}
.AnyTagClassName
{
color: #67B30E;
}
</style>
background-color css
<style>
a { background-color: #67B30E; }
a { background-color: rgb(103,179,14); }
div.DivClassName
{
background-color: #67B30E;
}
.BgClassName
{
background-color: #67B30E;
}
</style>
border-color css
<style>
span { border-color: #67B30E; }
span { border-color: rgb(103,179,14); }
td.TdClassName
{
border-color: #67B30E;
}
.TagClassName
{
border-color: #67B30E;
}
</style>