Shades of Christi #67B01E
Tints of Christi #67B01E
RGB
CMYK
RGB Variations
Color information
#67B01E (or 0x67B01E) is known color: Christi. HEX triplet: 67, B0 and 1E. RGB value is (103,176,30). Sum of RGB (Red+Green+Blue) = 103+176+30=309 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.33% from 309); Green value is 176 (69.14% from 255 or 56.96% from 309); Blue value is 30 (12.11% from 255 or 9.71% from 309); Max value from RGB is 176 - color contains mainly: green. Hex color #67B01E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67B01E is #984FE1. Grayscale: #8A8A8A. Windows color (decimal): -9981922 or 2011239. OLE color: 2011239.
HSL color Cylindrical-coordinate representation of color #67B01E: hue angle of 90º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #67B01E is Cyan = 0.41, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 176 | 30 | - |
| CMYK | 0.41 | 0 | 0.83 | 0.31 |
| HSL | 90º | 0.71% | 0.4% | - |
| HSV(B) | 90º | 0.83% | 0.69% | - |
| XYZ | 21.35 | 34.03 | 6.67 | - |
| YUV | 137.53 | 67.32 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 176 | 30 | 0.41 | 0 | 0.83 | 0.31 | 90 | 0.71 | 0.4 |
| Hex | 67 | B0 | 1E | 29 | 0 | 53 | 1F | 5A | 47 | 28 |
| Octal | 147 | 260 | 36 | 51 | 0 | 123 | 37 | 132 | 107 | 50 |
| Binary | 1100111 | 10110000 | 11110 | 101001 | 0 | 1010011 | 11111 | 1011010 | 1000111 | 101000 |
Color Harmonies of #67B01E
Complementary color
Monochromatic Colors of #67B01E
Black with #67B01E
Text Example
Text Example
White with #67B01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B01E; }
p { color: rgb(103,176,30); }
H1.HeaderClassName
{
color: #67B01E;
}
.AnyTagClassName
{
color: #67B01E;
}
</style>
background-color css
<style>
a { background-color: #67B01E; }
a { background-color: rgb(103,176,30); }
div.DivClassName
{
background-color: #67B01E;
}
.BgClassName
{
background-color: #67B01E;
}
</style>
border-color css
<style>
span { border-color: #67B01E; }
span { border-color: rgb(103,176,30); }
td.TdClassName
{
border-color: #67B01E;
}
.TagClassName
{
border-color: #67B01E;
}
</style>