Shades of Christi #759D1B
Tints of Christi #759D1B
RGB
CMYK
RGB Variations
Color information
#759D1B (or 0x759D1B) is known color: Christi. HEX triplet: 75, 9D and 1B. RGB value is (117,157,27). Sum of RGB (Red+Green+Blue) = 117+157+27=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 157 (61.72% from 255 or 52.16% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 157 - color contains mainly: green. Hex color #759D1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759D1B is #8A62E4. Grayscale: #828282. Windows color (decimal): -9069285 or 1809781. OLE color: 1809781.
HSL color Cylindrical-coordinate representation of color #759D1B: hue angle of 78.46º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #759D1B is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 157 | 27 | - |
| CMYK | 0.25 | 0 | 0.83 | 0.38 |
| HSL | 78.46º | 0.71% | 0.36% | - |
| HSV(B) | 78.46º | 0.83% | 0.62% | - |
| XYZ | 19.59 | 27.97 | 5.4 | - |
| YUV | 130.22 | 69.75 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 157 | 27 | 0.25 | 0 | 0.83 | 0.38 | 78.46 | 0.71 | 0.36 |
| Hex | 75 | 9D | 1B | 19 | 0 | 53 | 26 | 4E | 47 | 24 |
| Octal | 165 | 235 | 33 | 31 | 0 | 123 | 46 | 116 | 107 | 44 |
| Binary | 1110101 | 10011101 | 11011 | 11001 | 0 | 1010011 | 100110 | 1001110 | 1000111 | 100100 |
Color Harmonies of #759D1B
Complementary color
Monochromatic Colors of #759D1B
Black with #759D1B
Text Example
Text Example
White with #759D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759D1B; }
p { color: rgb(117,157,27); }
H1.HeaderClassName
{
color: #759D1B;
}
.AnyTagClassName
{
color: #759D1B;
}
</style>
background-color css
<style>
a { background-color: #759D1B; }
a { background-color: rgb(117,157,27); }
div.DivClassName
{
background-color: #759D1B;
}
.BgClassName
{
background-color: #759D1B;
}
</style>
border-color css
<style>
span { border-color: #759D1B; }
span { border-color: rgb(117,157,27); }
td.TdClassName
{
border-color: #759D1B;
}
.TagClassName
{
border-color: #759D1B;
}
</style>