Shades of Christi #6BA80F
Tints of Christi #6BA80F
RGB
CMYK
RGB Variations
Color information
#6BA80F (or 0x6BA80F) is known color: Christi. HEX triplet: 6B, A8 and 0F. RGB value is (107,168,15). Sum of RGB (Red+Green+Blue) = 107+168+15=290 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.90% from 290); Green value is 168 (66.02% from 255 or 57.93% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 168 - color contains mainly: green. Hex color #6BA80F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA80F is #9457F0. Grayscale: #848484. Windows color (decimal): -9721841 or 1026155. OLE color: 1026155.
HSL color Cylindrical-coordinate representation of color #6BA80F: hue angle of 83.92º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6BA80F is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 168 | 15 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.34 |
| HSL | 83.92º | 0.84% | 0.36% | - |
| HSV(B) | 83.92º | 0.91% | 0.66% | - |
| XYZ | 20.15 | 31.17 | 5.41 | - |
| YUV | 132.32 | 61.79 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 168 | 15 | 0.36 | 0 | 0.91 | 0.34 | 83.92 | 0.84 | 0.36 |
| Hex | 6B | A8 | F | 24 | 0 | 5B | 22 | 54 | 54 | 24 |
| Octal | 153 | 250 | 17 | 44 | 0 | 133 | 42 | 124 | 124 | 44 |
| Binary | 1101011 | 10101000 | 1111 | 100100 | 0 | 1011011 | 100010 | 1010100 | 1010100 | 100100 |
Color Harmonies of #6BA80F
Complementary color
Monochromatic Colors of #6BA80F
Black with #6BA80F
Text Example
Text Example
White with #6BA80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA80F; }
p { color: rgb(107,168,15); }
H1.HeaderClassName
{
color: #6BA80F;
}
.AnyTagClassName
{
color: #6BA80F;
}
</style>
background-color css
<style>
a { background-color: #6BA80F; }
a { background-color: rgb(107,168,15); }
div.DivClassName
{
background-color: #6BA80F;
}
.BgClassName
{
background-color: #6BA80F;
}
</style>
border-color css
<style>
span { border-color: #6BA80F; }
span { border-color: rgb(107,168,15); }
td.TdClassName
{
border-color: #6BA80F;
}
.TagClassName
{
border-color: #6BA80F;
}
</style>