Shades of Christi #75A30B
Tints of Christi #75A30B
RGB
CMYK
RGB Variations
Color information
#75A30B (or 0x75A30B) is known color: Christi. HEX triplet: 75, A3 and 0B. RGB value is (117,163,11). Sum of RGB (Red+Green+Blue) = 117+163+11=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 163 (64.06% from 255 or 56.01% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 163 - color contains mainly: green. Hex color #75A30B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75A30B is #8A5CF4. Grayscale: #848484. Windows color (decimal): -9067765 or 762741. OLE color: 762741.
HSL color Cylindrical-coordinate representation of color #75A30B: hue angle of 78.16º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #75A30B is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 163 | 11 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.36 |
| HSL | 78.16º | 0.87% | 0.34% | - |
| HSV(B) | 78.16º | 0.93% | 0.64% | - |
| XYZ | 20.49 | 30 | 5.03 | - |
| YUV | 131.92 | 59.76 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 163 | 11 | 0.28 | 0 | 0.93 | 0.36 | 78.16 | 0.87 | 0.34 |
| Hex | 75 | A3 | B | 1C | 0 | 5D | 24 | 4E | 57 | 22 |
| Octal | 165 | 243 | 13 | 34 | 0 | 135 | 44 | 116 | 127 | 42 |
| Binary | 1110101 | 10100011 | 1011 | 11100 | 0 | 1011101 | 100100 | 1001110 | 1010111 | 100010 |
Color Harmonies of #75A30B
Complementary color
Monochromatic Colors of #75A30B
Black with #75A30B
Text Example
Text Example
White with #75A30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A30B; }
p { color: rgb(117,163,11); }
H1.HeaderClassName
{
color: #75A30B;
}
.AnyTagClassName
{
color: #75A30B;
}
</style>
background-color css
<style>
a { background-color: #75A30B; }
a { background-color: rgb(117,163,11); }
div.DivClassName
{
background-color: #75A30B;
}
.BgClassName
{
background-color: #75A30B;
}
</style>
border-color css
<style>
span { border-color: #75A30B; }
span { border-color: rgb(117,163,11); }
td.TdClassName
{
border-color: #75A30B;
}
.TagClassName
{
border-color: #75A30B;
}
</style>