Shades of Christi #769D07
Tints of Christi #769D07
RGB
CMYK
RGB Variations
Color information
#769D07 (or 0x769D07) is known color: Christi. HEX triplet: 76, 9D and 07. RGB value is (118,157,7). Sum of RGB (Red+Green+Blue) = 118+157+7=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 157 (61.72% from 255 or 55.67% from 282); Blue value is 7 (3.12% from 255 or 2.48% from 282); Max value from RGB is 157 - color contains mainly: green. Hex color #769D07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769D07 is #8962F8. Grayscale: #808080. Windows color (decimal): -9003769 or 499062. OLE color: 499062.
HSL color Cylindrical-coordinate representation of color #769D07: hue angle of 75.6º degrees, saturation: 0.91, 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 #769D07 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 157 | 7 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.38 |
| HSL | 75.6º | 0.91% | 0.32% | - |
| HSV(B) | 75.6º | 0.96% | 0.62% | - |
| XYZ | 19.57 | 27.98 | 4.57 | - |
| YUV | 128.24 | 59.58 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 157 | 7 | 0.25 | 0 | 0.96 | 0.38 | 75.6 | 0.91 | 0.32 |
| Hex | 76 | 9D | 7 | 19 | 0 | 60 | 26 | 4C | 5B | 20 |
| Octal | 166 | 235 | 7 | 31 | 0 | 140 | 46 | 114 | 133 | 40 |
| Binary | 1110110 | 10011101 | 111 | 11001 | 0 | 1100000 | 100110 | 1001100 | 1011011 | 100000 |
Color Harmonies of #769D07
Complementary color
Monochromatic Colors of #769D07
Black with #769D07
Text Example
Text Example
White with #769D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769D07; }
p { color: rgb(118,157,7); }
H1.HeaderClassName
{
color: #769D07;
}
.AnyTagClassName
{
color: #769D07;
}
</style>
background-color css
<style>
a { background-color: #769D07; }
a { background-color: rgb(118,157,7); }
div.DivClassName
{
background-color: #769D07;
}
.BgClassName
{
background-color: #769D07;
}
</style>
border-color css
<style>
span { border-color: #769D07; }
span { border-color: rgb(118,157,7); }
td.TdClassName
{
border-color: #769D07;
}
.TagClassName
{
border-color: #769D07;
}
</style>