Shades of Christi #6BAB0F
Tints of Christi #6BAB0F
RGB
CMYK
RGB Variations
Color information
#6BAB0F (or 0x6BAB0F) is known color: Christi. HEX triplet: 6B, AB and 0F. RGB value is (107,171,15). Sum of RGB (Red+Green+Blue) = 107+171+15=293 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.52% from 293); Green value is 171 (67.19% from 255 or 58.36% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BAB0F is #9454F0. Grayscale: #868686. Windows color (decimal): -9721073 or 1026923. OLE color: 1026923.
HSL color Cylindrical-coordinate representation of color #6BAB0F: hue angle of 84.62º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6BAB0F is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 171 | 15 | - |
| CMYK | 0.37 | 0 | 0.91 | 0.33 |
| HSL | 84.62º | 0.84% | 0.36% | - |
| HSV(B) | 84.62º | 0.91% | 0.67% | - |
| XYZ | 20.71 | 32.29 | 5.59 | - |
| YUV | 134.08 | 60.8 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 171 | 15 | 0.37 | 0 | 0.91 | 0.33 | 84.62 | 0.84 | 0.36 |
| Hex | 6B | AB | F | 25 | 0 | 5B | 21 | 55 | 54 | 24 |
| Octal | 153 | 253 | 17 | 45 | 0 | 133 | 41 | 125 | 124 | 44 |
| Binary | 1101011 | 10101011 | 1111 | 100101 | 0 | 1011011 | 100001 | 1010101 | 1010100 | 100100 |
Color Harmonies of #6BAB0F
Complementary color
Monochromatic Colors of #6BAB0F
Black with #6BAB0F
Text Example
Text Example
White with #6BAB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAB0F; }
p { color: rgb(107,171,15); }
H1.HeaderClassName
{
color: #6BAB0F;
}
.AnyTagClassName
{
color: #6BAB0F;
}
</style>
background-color css
<style>
a { background-color: #6BAB0F; }
a { background-color: rgb(107,171,15); }
div.DivClassName
{
background-color: #6BAB0F;
}
.BgClassName
{
background-color: #6BAB0F;
}
</style>
border-color css
<style>
span { border-color: #6BAB0F; }
span { border-color: rgb(107,171,15); }
td.TdClassName
{
border-color: #6BAB0F;
}
.TagClassName
{
border-color: #6BAB0F;
}
</style>