Shades of Christi #68B11F
Tints of Christi #68B11F
RGB
CMYK
RGB Variations
Color information
#68B11F (or 0x68B11F) is known color: Christi. HEX triplet: 68, B1 and 1F. RGB value is (104,177,31). Sum of RGB (Red+Green+Blue) = 104+177+31=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 177 (69.53% from 255 or 56.73% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 177 - color contains mainly: green. Hex color #68B11F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68B11F is #974EE0. Grayscale: #8B8B8B. Windows color (decimal): -9916129 or 2077032. OLE color: 2077032.
HSL color Cylindrical-coordinate representation of color #68B11F: hue angle of 90º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #68B11F is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 177 | 31 | - |
| CMYK | 0.41 | 0 | 0.82 | 0.31 |
| HSL | 90º | 0.7% | 0.41% | - |
| HSV(B) | 90º | 0.82% | 0.69% | - |
| XYZ | 21.68 | 34.49 | 6.81 | - |
| YUV | 138.53 | 67.32 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 177 | 31 | 0.41 | 0 | 0.82 | 0.31 | 90 | 0.7 | 0.41 |
| Hex | 68 | B1 | 1F | 29 | 0 | 52 | 1F | 5A | 46 | 29 |
| Octal | 150 | 261 | 37 | 51 | 0 | 122 | 37 | 132 | 106 | 51 |
| Binary | 1101000 | 10110001 | 11111 | 101001 | 0 | 1010010 | 11111 | 1011010 | 1000110 | 101001 |
Color Harmonies of #68B11F
Complementary color
Monochromatic Colors of #68B11F
Black with #68B11F
Text Example
Text Example
White with #68B11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B11F; }
p { color: rgb(104,177,31); }
H1.HeaderClassName
{
color: #68B11F;
}
.AnyTagClassName
{
color: #68B11F;
}
</style>
background-color css
<style>
a { background-color: #68B11F; }
a { background-color: rgb(104,177,31); }
div.DivClassName
{
background-color: #68B11F;
}
.BgClassName
{
background-color: #68B11F;
}
</style>
border-color css
<style>
span { border-color: #68B11F; }
span { border-color: rgb(104,177,31); }
td.TdClassName
{
border-color: #68B11F;
}
.TagClassName
{
border-color: #68B11F;
}
</style>