Shades of Christi #6BA92A
Tints of Christi #6BA92A
RGB
CMYK
RGB Variations
Color information
#6BA92A (or 0x6BA92A) is known color: Christi. HEX triplet: 6B, A9 and 2A. RGB value is (107,169,42). Sum of RGB (Red+Green+Blue) = 107+169+42=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 169 (66.41% from 255 or 53.14% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 169 - color contains mainly: green. Hex color #6BA92A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA92A is #9456D5. Grayscale: #888888. Windows color (decimal): -9721558 or 2795883. OLE color: 2795883.
HSL color Cylindrical-coordinate representation of color #6BA92A: hue angle of 89.29º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6BA92A is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 169 | 42 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.34 |
| HSL | 89.29º | 0.6% | 0.41% | - |
| HSV(B) | 89.29º | 0.75% | 0.66% | - |
| XYZ | 20.67 | 31.67 | 7.21 | - |
| YUV | 135.98 | 74.96 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 169 | 42 | 0.37 | 0 | 0.75 | 0.34 | 89.29 | 0.6 | 0.41 |
| Hex | 6B | A9 | 2A | 25 | 0 | 4B | 22 | 59 | 3C | 29 |
| Octal | 153 | 251 | 52 | 45 | 0 | 113 | 42 | 131 | 74 | 51 |
| Binary | 1101011 | 10101001 | 101010 | 100101 | 0 | 1001011 | 100010 | 1011001 | 111100 | 101001 |
Color Harmonies of #6BA92A
Complementary color
Monochromatic Colors of #6BA92A
Black with #6BA92A
Text Example
Text Example
White with #6BA92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA92A; }
p { color: rgb(107,169,42); }
H1.HeaderClassName
{
color: #6BA92A;
}
.AnyTagClassName
{
color: #6BA92A;
}
</style>
background-color css
<style>
a { background-color: #6BA92A; }
a { background-color: rgb(107,169,42); }
div.DivClassName
{
background-color: #6BA92A;
}
.BgClassName
{
background-color: #6BA92A;
}
</style>
border-color css
<style>
span { border-color: #6BA92A; }
span { border-color: rgb(107,169,42); }
td.TdClassName
{
border-color: #6BA92A;
}
.TagClassName
{
border-color: #6BA92A;
}
</style>