Shades of Christi #6BAF12
Tints of Christi #6BAF12
RGB
CMYK
RGB Variations
Color information
#6BAF12 (or 0x6BAF12) is known color: Christi. HEX triplet: 6B, AF and 12. RGB value is (107,175,18). Sum of RGB (Red+Green+Blue) = 107+175+18=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 175 (68.75% from 255 or 58.33% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BAF12 is #9450ED. Grayscale: #898989. Windows color (decimal): -9720046 or 1224555. OLE color: 1224555.
HSL color Cylindrical-coordinate representation of color #6BAF12: hue angle of 85.99º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6BAF12 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 175 | 18 | - |
| CMYK | 0.39 | 0 | 0.90 | 0.31 |
| HSL | 85.99º | 0.81% | 0.38% | - |
| HSV(B) | 85.99º | 0.9% | 0.69% | - |
| XYZ | 21.5 | 33.83 | 5.97 | - |
| YUV | 136.77 | 60.97 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 175 | 18 | 0.39 | 0 | 0.90 | 0.31 | 85.99 | 0.81 | 0.38 |
| Hex | 6B | AF | 12 | 27 | 0 | 5A | 1F | 56 | 51 | 26 |
| Octal | 153 | 257 | 22 | 47 | 0 | 132 | 37 | 126 | 121 | 46 |
| Binary | 1101011 | 10101111 | 10010 | 100111 | 0 | 1011010 | 11111 | 1010110 | 1010001 | 100110 |
Color Harmonies of #6BAF12
Complementary color
Monochromatic Colors of #6BAF12
Black with #6BAF12
Text Example
Text Example
White with #6BAF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAF12; }
p { color: rgb(107,175,18); }
H1.HeaderClassName
{
color: #6BAF12;
}
.AnyTagClassName
{
color: #6BAF12;
}
</style>
background-color css
<style>
a { background-color: #6BAF12; }
a { background-color: rgb(107,175,18); }
div.DivClassName
{
background-color: #6BAF12;
}
.BgClassName
{
background-color: #6BAF12;
}
</style>
border-color css
<style>
span { border-color: #6BAF12; }
span { border-color: rgb(107,175,18); }
td.TdClassName
{
border-color: #6BAF12;
}
.TagClassName
{
border-color: #6BAF12;
}
</style>