Shades of Christi #6B9E07
Tints of Christi #6B9E07
RGB
CMYK
RGB Variations
Color information
#6B9E07 (or 0x6B9E07) is known color: Christi. HEX triplet: 6B, 9E and 07. RGB value is (107,158,7). Sum of RGB (Red+Green+Blue) = 107+158+7=272 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.34% from 272); Green value is 158 (62.11% from 255 or 58.09% from 272); Blue value is 7 (3.12% from 255 or 2.57% from 272); Max value from RGB is 158 - color contains mainly: green. Hex color #6B9E07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B9E07 is #9461F8. Grayscale: #7E7E7E. Windows color (decimal): -9724409 or 499307. OLE color: 499307.
HSL color Cylindrical-coordinate representation of color #6B9E07: hue angle of 80.26º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B9E07 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 158 | 7 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.38 |
| HSL | 80.26º | 0.92% | 0.32% | - |
| HSV(B) | 80.26º | 0.96% | 0.62% | - |
| XYZ | 18.33 | 27.59 | 4.56 | - |
| YUV | 125.54 | 61.1 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 158 | 7 | 0.32 | 0 | 0.96 | 0.38 | 80.26 | 0.92 | 0.32 |
| Hex | 6B | 9E | 7 | 20 | 0 | 60 | 26 | 50 | 5C | 20 |
| Octal | 153 | 236 | 7 | 40 | 0 | 140 | 46 | 120 | 134 | 40 |
| Binary | 1101011 | 10011110 | 111 | 100000 | 0 | 1100000 | 100110 | 1010000 | 1011100 | 100000 |
Color Harmonies of #6B9E07
Complementary color
Monochromatic Colors of #6B9E07
Black with #6B9E07
Text Example
Text Example
White with #6B9E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9E07; }
p { color: rgb(107,158,7); }
H1.HeaderClassName
{
color: #6B9E07;
}
.AnyTagClassName
{
color: #6B9E07;
}
</style>
background-color css
<style>
a { background-color: #6B9E07; }
a { background-color: rgb(107,158,7); }
div.DivClassName
{
background-color: #6B9E07;
}
.BgClassName
{
background-color: #6B9E07;
}
</style>
border-color css
<style>
span { border-color: #6B9E07; }
span { border-color: rgb(107,158,7); }
td.TdClassName
{
border-color: #6B9E07;
}
.TagClassName
{
border-color: #6B9E07;
}
</style>