Shades of Christi #6AA925
Tints of Christi #6AA925
RGB
CMYK
RGB Variations
Color information
#6AA925 (or 0x6AA925) is known color: Christi. HEX triplet: 6A, A9 and 25. RGB value is (106,169,37). Sum of RGB (Red+Green+Blue) = 106+169+37=312 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.97% from 312); Green value is 169 (66.41% from 255 or 54.17% from 312); Blue value is 37 (14.84% from 255 or 11.86% from 312); Max value from RGB is 169 - color contains mainly: green. Hex color #6AA925 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA925 is #9556DA. Grayscale: #878787. Windows color (decimal): -9787099 or 2468202. OLE color: 2468202.
HSL color Cylindrical-coordinate representation of color #6AA925: hue angle of 88.64º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6AA925 is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 106 | 169 | 37 | - |
| CMYK | 0.37 | 0 | 0.78 | 0.34 |
| HSL | 88.64º | 0.64% | 0.4% | - |
| HSV(B) | 88.64º | 0.78% | 0.66% | - |
| XYZ | 20.47 | 31.57 | 6.77 | - |
| YUV | 135.12 | 72.63 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 169 | 37 | 0.37 | 0 | 0.78 | 0.34 | 88.64 | 0.64 | 0.4 |
| Hex | 6A | A9 | 25 | 25 | 0 | 4E | 22 | 59 | 40 | 28 |
| Octal | 152 | 251 | 45 | 45 | 0 | 116 | 42 | 131 | 100 | 50 |
| Binary | 1101010 | 10101001 | 100101 | 100101 | 0 | 1001110 | 100010 | 1011001 | 1000000 | 101000 |
Color Harmonies of #6AA925
Complementary color
Monochromatic Colors of #6AA925
Black with #6AA925
Text Example
Text Example
White with #6AA925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA925; }
p { color: rgb(106,169,37); }
H1.HeaderClassName
{
color: #6AA925;
}
.AnyTagClassName
{
color: #6AA925;
}
</style>
background-color css
<style>
a { background-color: #6AA925; }
a { background-color: rgb(106,169,37); }
div.DivClassName
{
background-color: #6AA925;
}
.BgClassName
{
background-color: #6AA925;
}
</style>
border-color css
<style>
span { border-color: #6AA925; }
span { border-color: rgb(106,169,37); }
td.TdClassName
{
border-color: #6AA925;
}
.TagClassName
{
border-color: #6AA925;
}
</style>