Shades of Christi #6BA80A
Tints of Christi #6BA80A
RGB
CMYK
RGB Variations
Color information
#6BA80A (or 0x6BA80A) is known color: Christi. HEX triplet: 6B, A8 and 0A. RGB value is (107,168,10). Sum of RGB (Red+Green+Blue) = 107+168+10=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 168 (66.02% from 255 or 58.95% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 168 - color contains mainly: green. Hex color #6BA80A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA80A is #9457F5. Grayscale: #848484. Windows color (decimal): -9721846 or 698475. OLE color: 698475.
HSL color Cylindrical-coordinate representation of color #6BA80A: hue angle of 83.16º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6BA80A is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 168 | 10 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.34 |
| HSL | 83.16º | 0.89% | 0.35% | - |
| HSV(B) | 83.16º | 0.94% | 0.66% | - |
| XYZ | 20.12 | 31.15 | 5.24 | - |
| YUV | 131.75 | 59.29 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 168 | 10 | 0.36 | 0 | 0.94 | 0.34 | 83.16 | 0.89 | 0.35 |
| Hex | 6B | A8 | A | 24 | 0 | 5E | 22 | 53 | 59 | 23 |
| Octal | 153 | 250 | 12 | 44 | 0 | 136 | 42 | 123 | 131 | 43 |
| Binary | 1101011 | 10101000 | 1010 | 100100 | 0 | 1011110 | 100010 | 1010011 | 1011001 | 100011 |
Color Harmonies of #6BA80A
Complementary color
Monochromatic Colors of #6BA80A
Black with #6BA80A
Text Example
Text Example
White with #6BA80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA80A; }
p { color: rgb(107,168,10); }
H1.HeaderClassName
{
color: #6BA80A;
}
.AnyTagClassName
{
color: #6BA80A;
}
</style>
background-color css
<style>
a { background-color: #6BA80A; }
a { background-color: rgb(107,168,10); }
div.DivClassName
{
background-color: #6BA80A;
}
.BgClassName
{
background-color: #6BA80A;
}
</style>
border-color css
<style>
span { border-color: #6BA80A; }
span { border-color: rgb(107,168,10); }
td.TdClassName
{
border-color: #6BA80A;
}
.TagClassName
{
border-color: #6BA80A;
}
</style>