Shades of Christi #6B9905
Tints of Christi #6B9905
RGB
CMYK
RGB Variations
Color information
#6B9905 (or 0x6B9905) is known color: Christi. HEX triplet: 6B, 99 and 05. RGB value is (107,153,5). Sum of RGB (Red+Green+Blue) = 107+153+5=265 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.38% from 265); Green value is 153 (60.16% from 255 or 57.74% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 153 - color contains mainly: green. Hex color #6B9905 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B9905 is #9466FA. Grayscale: #7A7A7A. Windows color (decimal): -9725691 or 366955. OLE color: 366955.
HSL color Cylindrical-coordinate representation of color #6B9905: hue angle of 78.65º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B9905 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 107 | 153 | 5 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.4 |
| HSL | 78.65º | 0.94% | 0.31% | - |
| HSV(B) | 78.65º | 0.97% | 0.6% | - |
| XYZ | 17.48 | 25.92 | 4.23 | - |
| YUV | 122.37 | 61.76 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 153 | 5 | 0.30 | 0 | 0.97 | 0.4 | 78.65 | 0.94 | 0.31 |
| Hex | 6B | 99 | 5 | 1E | 0 | 61 | 28 | 4F | 5E | 1F |
| Octal | 153 | 231 | 5 | 36 | 0 | 141 | 50 | 117 | 136 | 37 |
| Binary | 1101011 | 10011001 | 101 | 11110 | 0 | 1100001 | 101000 | 1001111 | 1011110 | 11111 |
Color Harmonies of #6B9905
Complementary color
Monochromatic Colors of #6B9905
Black with #6B9905
Text Example
Text Example
White with #6B9905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9905; }
p { color: rgb(107,153,5); }
H1.HeaderClassName
{
color: #6B9905;
}
.AnyTagClassName
{
color: #6B9905;
}
</style>
background-color css
<style>
a { background-color: #6B9905; }
a { background-color: rgb(107,153,5); }
div.DivClassName
{
background-color: #6B9905;
}
.BgClassName
{
background-color: #6B9905;
}
</style>
border-color css
<style>
span { border-color: #6B9905; }
span { border-color: rgb(107,153,5); }
td.TdClassName
{
border-color: #6B9905;
}
.TagClassName
{
border-color: #6B9905;
}
</style>