Shades of Christi #6B9A0F
Tints of Christi #6B9A0F
RGB
CMYK
RGB Variations
Color information
#6B9A0F (or 0x6B9A0F) is known color: Christi. HEX triplet: 6B, 9A and 0F. RGB value is (107,154,15). Sum of RGB (Red+Green+Blue) = 107+154+15=276 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.77% from 276); Green value is 154 (60.55% from 255 or 55.80% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 154 - color contains mainly: green. Hex color #6B9A0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B9A0F is #9465F0. Grayscale: #7C7C7C. Windows color (decimal): -9725425 or 1022571. OLE color: 1022571.
HSL color Cylindrical-coordinate representation of color #6B9A0F: hue angle of 80.29º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B9A0F is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 107 | 154 | 15 | - |
| CMYK | 0.31 | 0 | 0.90 | 0.40 |
| HSL | 80.29º | 0.82% | 0.33% | - |
| HSV(B) | 80.29º | 0.9% | 0.6% | - |
| XYZ | 17.71 | 26.27 | 4.59 | - |
| YUV | 124.1 | 66.43 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 154 | 15 | 0.31 | 0 | 0.90 | 0.40 | 80.29 | 0.82 | 0.33 |
| Hex | 6B | 9A | F | 1F | 0 | 5A | 28 | 50 | 52 | 21 |
| Octal | 153 | 232 | 17 | 37 | 0 | 132 | 50 | 120 | 122 | 41 |
| Binary | 1101011 | 10011010 | 1111 | 11111 | 0 | 1011010 | 101000 | 1010000 | 1010010 | 100001 |
Color Harmonies of #6B9A0F
Complementary color
Monochromatic Colors of #6B9A0F
Black with #6B9A0F
Text Example
Text Example
White with #6B9A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9A0F; }
p { color: rgb(107,154,15); }
H1.HeaderClassName
{
color: #6B9A0F;
}
.AnyTagClassName
{
color: #6B9A0F;
}
</style>
background-color css
<style>
a { background-color: #6B9A0F; }
a { background-color: rgb(107,154,15); }
div.DivClassName
{
background-color: #6B9A0F;
}
.BgClassName
{
background-color: #6B9A0F;
}
</style>
border-color css
<style>
span { border-color: #6B9A0F; }
span { border-color: rgb(107,154,15); }
td.TdClassName
{
border-color: #6B9A0F;
}
.TagClassName
{
border-color: #6B9A0F;
}
</style>