Shades of Christi #759D08
Tints of Christi #759D08
RGB
CMYK
RGB Variations
Color information
#759D08 (or 0x759D08) is known color: Christi. HEX triplet: 75, 9D and 08. RGB value is (117,157,8). Sum of RGB (Red+Green+Blue) = 117+157+8=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 157 (61.72% from 255 or 55.67% from 282); Blue value is 8 (3.52% from 255 or 2.84% from 282); Max value from RGB is 157 - color contains mainly: green. Hex color #759D08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759D08 is #8A62F7. Grayscale: #808080. Windows color (decimal): -9069304 or 564597. OLE color: 564597.
HSL color Cylindrical-coordinate representation of color #759D08: hue angle of 76.11º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #759D08 is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 157 | 8 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.38 |
| HSL | 76.11º | 0.9% | 0.32% | - |
| HSV(B) | 76.11º | 0.95% | 0.62% | - |
| XYZ | 19.44 | 27.91 | 4.59 | - |
| YUV | 128.05 | 60.25 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 157 | 8 | 0.25 | 0 | 0.95 | 0.38 | 76.11 | 0.9 | 0.32 |
| Hex | 75 | 9D | 8 | 19 | 0 | 5F | 26 | 4C | 5A | 20 |
| Octal | 165 | 235 | 10 | 31 | 0 | 137 | 46 | 114 | 132 | 40 |
| Binary | 1110101 | 10011101 | 1000 | 11001 | 0 | 1011111 | 100110 | 1001100 | 1011010 | 100000 |
Color Harmonies of #759D08
Complementary color
Monochromatic Colors of #759D08
Black with #759D08
Text Example
Text Example
White with #759D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759D08; }
p { color: rgb(117,157,8); }
H1.HeaderClassName
{
color: #759D08;
}
.AnyTagClassName
{
color: #759D08;
}
</style>
background-color css
<style>
a { background-color: #759D08; }
a { background-color: rgb(117,157,8); }
div.DivClassName
{
background-color: #759D08;
}
.BgClassName
{
background-color: #759D08;
}
</style>
border-color css
<style>
span { border-color: #759D08; }
span { border-color: rgb(117,157,8); }
td.TdClassName
{
border-color: #759D08;
}
.TagClassName
{
border-color: #759D08;
}
</style>