Shades of Christi #769C1C
Tints of Christi #769C1C
RGB
CMYK
RGB Variations
Color information
#769C1C (or 0x769C1C) is known color: Christi. HEX triplet: 76, 9C and 1C. RGB value is (118,156,28). Sum of RGB (Red+Green+Blue) = 118+156+28=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 156 (61.33% from 255 or 51.66% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 156 - color contains mainly: green. Hex color #769C1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769C1C is #8963E3. Grayscale: #828282. Windows color (decimal): -9004004 or 1875062. OLE color: 1875062.
HSL color Cylindrical-coordinate representation of color #769C1C: hue angle of 77.81º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #769C1C is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 156 | 28 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.39 |
| HSL | 77.81º | 0.7% | 0.36% | - |
| HSV(B) | 77.81º | 0.82% | 0.61% | - |
| XYZ | 19.57 | 27.71 | 5.42 | - |
| YUV | 130.05 | 70.41 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 156 | 28 | 0.24 | 0 | 0.82 | 0.39 | 77.81 | 0.7 | 0.36 |
| Hex | 76 | 9C | 1C | 18 | 0 | 52 | 27 | 4E | 46 | 24 |
| Octal | 166 | 234 | 34 | 30 | 0 | 122 | 47 | 116 | 106 | 44 |
| Binary | 1110110 | 10011100 | 11100 | 11000 | 0 | 1010010 | 100111 | 1001110 | 1000110 | 100100 |
Color Harmonies of #769C1C
Complementary color
Monochromatic Colors of #769C1C
Black with #769C1C
Text Example
Text Example
White with #769C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769C1C; }
p { color: rgb(118,156,28); }
H1.HeaderClassName
{
color: #769C1C;
}
.AnyTagClassName
{
color: #769C1C;
}
</style>
background-color css
<style>
a { background-color: #769C1C; }
a { background-color: rgb(118,156,28); }
div.DivClassName
{
background-color: #769C1C;
}
.BgClassName
{
background-color: #769C1C;
}
</style>
border-color css
<style>
span { border-color: #769C1C; }
span { border-color: rgb(118,156,28); }
td.TdClassName
{
border-color: #769C1C;
}
.TagClassName
{
border-color: #769C1C;
}
</style>