Shades of Christi #769A0F
Tints of Christi #769A0F
RGB
CMYK
RGB Variations
Color information
#769A0F (or 0x769A0F) is known color: Christi. HEX triplet: 76, 9A and 0F. RGB value is (118,154,15). Sum of RGB (Red+Green+Blue) = 118+154+15=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 154 (60.55% from 255 or 53.66% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 154 - color contains mainly: green. Hex color #769A0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769A0F is #8965F0. Grayscale: #7F7F7F. Windows color (decimal): -9004529 or 1022582. OLE color: 1022582.
HSL color Cylindrical-coordinate representation of color #769A0F: hue angle of 75.54º 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 #769A0F is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 154 | 15 | - |
| CMYK | 0.23 | 0 | 0.90 | 0.40 |
| HSL | 75.54º | 0.82% | 0.33% | - |
| HSV(B) | 75.54º | 0.9% | 0.6% | - |
| XYZ | 19.11 | 27 | 4.66 | - |
| YUV | 127.39 | 64.57 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 154 | 15 | 0.23 | 0 | 0.90 | 0.40 | 75.54 | 0.82 | 0.33 |
| Hex | 76 | 9A | F | 17 | 0 | 5A | 28 | 4C | 52 | 21 |
| Octal | 166 | 232 | 17 | 27 | 0 | 132 | 50 | 114 | 122 | 41 |
| Binary | 1110110 | 10011010 | 1111 | 10111 | 0 | 1011010 | 101000 | 1001100 | 1010010 | 100001 |
Color Harmonies of #769A0F
Complementary color
Monochromatic Colors of #769A0F
Black with #769A0F
Text Example
Text Example
White with #769A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769A0F; }
p { color: rgb(118,154,15); }
H1.HeaderClassName
{
color: #769A0F;
}
.AnyTagClassName
{
color: #769A0F;
}
</style>
background-color css
<style>
a { background-color: #769A0F; }
a { background-color: rgb(118,154,15); }
div.DivClassName
{
background-color: #769A0F;
}
.BgClassName
{
background-color: #769A0F;
}
</style>
border-color css
<style>
span { border-color: #769A0F; }
span { border-color: rgb(118,154,15); }
td.TdClassName
{
border-color: #769A0F;
}
.TagClassName
{
border-color: #769A0F;
}
</style>