Shades of Christi #6A9B05
Tints of Christi #6A9B05
RGB
CMYK
RGB Variations
Color information
#6A9B05 (or 0x6A9B05) is known color: Christi. HEX triplet: 6A, 9B and 05. RGB value is (106,155,5). Sum of RGB (Red+Green+Blue) = 106+155+5=266 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.85% from 266); Green value is 155 (60.94% from 255 or 58.27% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 155 - color contains mainly: green. Hex color #6A9B05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A9B05 is #9564FA. Grayscale: #7B7B7B. Windows color (decimal): -9790715 or 367466. OLE color: 367466.
HSL color Cylindrical-coordinate representation of color #6A9B05: hue angle of 79.6º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A9B05 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 106 | 155 | 5 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.39 |
| HSL | 79.6º | 0.94% | 0.31% | - |
| HSV(B) | 79.6º | 0.97% | 0.61% | - |
| XYZ | 17.69 | 26.52 | 4.33 | - |
| YUV | 123.25 | 61.27 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 155 | 5 | 0.32 | 0 | 0.97 | 0.39 | 79.6 | 0.94 | 0.31 |
| Hex | 6A | 9B | 5 | 20 | 0 | 61 | 27 | 50 | 5E | 1F |
| Octal | 152 | 233 | 5 | 40 | 0 | 141 | 47 | 120 | 136 | 37 |
| Binary | 1101010 | 10011011 | 101 | 100000 | 0 | 1100001 | 100111 | 1010000 | 1011110 | 11111 |
Color Harmonies of #6A9B05
Complementary color
Monochromatic Colors of #6A9B05
Black with #6A9B05
Text Example
Text Example
White with #6A9B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9B05; }
p { color: rgb(106,155,5); }
H1.HeaderClassName
{
color: #6A9B05;
}
.AnyTagClassName
{
color: #6A9B05;
}
</style>
background-color css
<style>
a { background-color: #6A9B05; }
a { background-color: rgb(106,155,5); }
div.DivClassName
{
background-color: #6A9B05;
}
.BgClassName
{
background-color: #6A9B05;
}
</style>
border-color css
<style>
span { border-color: #6A9B05; }
span { border-color: rgb(106,155,5); }
td.TdClassName
{
border-color: #6A9B05;
}
.TagClassName
{
border-color: #6A9B05;
}
</style>