Shades of Christi #67B30C
Tints of Christi #67B30C
RGB
CMYK
RGB Variations
Color information
#67B30C (or 0x67B30C) is known color: Christi. HEX triplet: 67, B3 and 0C. RGB value is (103,179,12). Sum of RGB (Red+Green+Blue) = 103+179+12=294 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.03% from 294); Green value is 179 (70.31% from 255 or 60.88% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 179 - color contains mainly: green. Hex color #67B30C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67B30C is #984CF3. Grayscale: #898989. Windows color (decimal): -9981172 or 832359. OLE color: 832359.
HSL color Cylindrical-coordinate representation of color #67B30C: hue angle of 87.31º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #67B30C is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 103 | 179 | 12 | - |
| CMYK | 0.42 | 0 | 0.93 | 0.30 |
| HSL | 87.31º | 0.87% | 0.37% | - |
| HSV(B) | 87.31º | 0.93% | 0.7% | - |
| XYZ | 21.78 | 35.15 | 5.98 | - |
| YUV | 137.24 | 57.32 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 179 | 12 | 0.42 | 0 | 0.93 | 0.30 | 87.31 | 0.87 | 0.37 |
| Hex | 67 | B3 | C | 2A | 0 | 5D | 1E | 57 | 57 | 25 |
| Octal | 147 | 263 | 14 | 52 | 0 | 135 | 36 | 127 | 127 | 45 |
| Binary | 1100111 | 10110011 | 1100 | 101010 | 0 | 1011101 | 11110 | 1010111 | 1010111 | 100101 |
Color Harmonies of #67B30C
Complementary color
Monochromatic Colors of #67B30C
Black with #67B30C
Text Example
Text Example
White with #67B30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B30C; }
p { color: rgb(103,179,12); }
H1.HeaderClassName
{
color: #67B30C;
}
.AnyTagClassName
{
color: #67B30C;
}
</style>
background-color css
<style>
a { background-color: #67B30C; }
a { background-color: rgb(103,179,12); }
div.DivClassName
{
background-color: #67B30C;
}
.BgClassName
{
background-color: #67B30C;
}
</style>
border-color css
<style>
span { border-color: #67B30C; }
span { border-color: rgb(103,179,12); }
td.TdClassName
{
border-color: #67B30C;
}
.TagClassName
{
border-color: #67B30C;
}
</style>