Shades of Christi #67B000
Tints of Christi #67B000
RGB
CMYK
RGB Variations
Color information
#67B000 (or 0x67B000) is known color: Christi. HEX triplet: 67, B0 and 00. RGB value is (103,176,0). Sum of RGB (Red+Green+Blue) = 103+176+0=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 176 (69.14% from 255 or 63.08% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 176 - color contains mainly: green. Hex color #67B000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67B000 is #984FFF. Grayscale: #868686. Windows color (decimal): -9981952 or 45159. OLE color: 45159.
HSL color Cylindrical-coordinate representation of color #67B000: hue angle of 84.89º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #67B000 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 176 | 0 | - |
| CMYK | 0.41 | 0 | 1 | 0.31 |
| HSL | 84.89º | 1% | 0.35% | - |
| HSV(B) | 84.89º | 1% | 0.69% | - |
| XYZ | 21.12 | 33.93 | 5.44 | - |
| YUV | 134.11 | 52.32 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 176 | 0 | 0.41 | 0 | 1 | 0.31 | 84.89 | 1 | 0.35 |
| Hex | 67 | B0 | 0 | 29 | 0 | 64 | 1F | 55 | 64 | 23 |
| Octal | 147 | 260 | 0 | 51 | 0 | 144 | 37 | 125 | 144 | 43 |
| Binary | 1100111 | 10110000 | 0 | 101001 | 0 | 1100100 | 11111 | 1010101 | 1100100 | 100011 |
Color Harmonies of #67B000
Complementary color
Monochromatic Colors of #67B000
Black with #67B000
Text Example
Text Example
White with #67B000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B000; }
p { color: rgb(103,176,0); }
H1.HeaderClassName
{
color: #67B000;
}
.AnyTagClassName
{
color: #67B000;
}
</style>
background-color css
<style>
a { background-color: #67B000; }
a { background-color: rgb(103,176,0); }
div.DivClassName
{
background-color: #67B000;
}
.BgClassName
{
background-color: #67B000;
}
</style>
border-color css
<style>
span { border-color: #67B000; }
span { border-color: rgb(103,176,0); }
td.TdClassName
{
border-color: #67B000;
}
.TagClassName
{
border-color: #67B000;
}
</style>