Shades of Christi #6BA92F
Tints of Christi #6BA92F
RGB
CMYK
RGB Variations
Color information
#6BA92F (or 0x6BA92F) is known color: Christi. HEX triplet: 6B, A9 and 2F. RGB value is (107,169,47). Sum of RGB (Red+Green+Blue) = 107+169+47=323 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.13% from 323); Green value is 169 (66.41% from 255 or 52.32% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 169 - color contains mainly: green. Hex color #6BA92F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA92F is #9456D0. Grayscale: #888888. Windows color (decimal): -9721553 or 3123563. OLE color: 3123563.
HSL color Cylindrical-coordinate representation of color #6BA92F: hue angle of 90.49º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6BA92F is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 169 | 47 | - |
| CMYK | 0.37 | 0 | 0.72 | 0.34 |
| HSL | 90.49º | 0.56% | 0.42% | - |
| HSV(B) | 90.49º | 0.72% | 0.66% | - |
| XYZ | 20.76 | 31.71 | 7.71 | - |
| YUV | 136.55 | 77.46 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 169 | 47 | 0.37 | 0 | 0.72 | 0.34 | 90.49 | 0.56 | 0.42 |
| Hex | 6B | A9 | 2F | 25 | 0 | 48 | 22 | 5A | 38 | 2A |
| Octal | 153 | 251 | 57 | 45 | 0 | 110 | 42 | 132 | 70 | 52 |
| Binary | 1101011 | 10101001 | 101111 | 100101 | 0 | 1001000 | 100010 | 1011010 | 111000 | 101010 |
Color Harmonies of #6BA92F
Complementary color
Monochromatic Colors of #6BA92F
Black with #6BA92F
Text Example
Text Example
White with #6BA92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA92F; }
p { color: rgb(107,169,47); }
H1.HeaderClassName
{
color: #6BA92F;
}
.AnyTagClassName
{
color: #6BA92F;
}
</style>
background-color css
<style>
a { background-color: #6BA92F; }
a { background-color: rgb(107,169,47); }
div.DivClassName
{
background-color: #6BA92F;
}
.BgClassName
{
background-color: #6BA92F;
}
</style>
border-color css
<style>
span { border-color: #6BA92F; }
span { border-color: rgb(107,169,47); }
td.TdClassName
{
border-color: #6BA92F;
}
.TagClassName
{
border-color: #6BA92F;
}
</style>