Shades of Christi #75B30C
Tints of Christi #75B30C
RGB
CMYK
RGB Variations
Color information
#75B30C (or 0x75B30C) is known color: Christi. HEX triplet: 75, B3 and 0C. RGB value is (117,179,12). Sum of RGB (Red+Green+Blue) = 117+179+12=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 179 (70.31% from 255 or 58.12% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 179 - color contains mainly: green. Hex color #75B30C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75B30C is #8A4CF3. Grayscale: #8E8E8E. Windows color (decimal): -9063668 or 832373. OLE color: 832373.
HSL color Cylindrical-coordinate representation of color #75B30C: hue angle of 82.28º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #75B30C is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 117 | 179 | 12 | - |
| CMYK | 0.35 | 0 | 0.93 | 0.30 |
| HSL | 82.28º | 0.87% | 0.37% | - |
| HSV(B) | 82.28º | 0.93% | 0.7% | - |
| XYZ | 23.52 | 36.05 | 6.07 | - |
| YUV | 141.42 | 54.96 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 179 | 12 | 0.35 | 0 | 0.93 | 0.30 | 82.28 | 0.87 | 0.37 |
| Hex | 75 | B3 | C | 23 | 0 | 5D | 1E | 52 | 57 | 25 |
| Octal | 165 | 263 | 14 | 43 | 0 | 135 | 36 | 122 | 127 | 45 |
| Binary | 1110101 | 10110011 | 1100 | 100011 | 0 | 1011101 | 11110 | 1010010 | 1010111 | 100101 |
Color Harmonies of #75B30C
Complementary color
Monochromatic Colors of #75B30C
Black with #75B30C
Text Example
Text Example
White with #75B30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B30C; }
p { color: rgb(117,179,12); }
H1.HeaderClassName
{
color: #75B30C;
}
.AnyTagClassName
{
color: #75B30C;
}
</style>
background-color css
<style>
a { background-color: #75B30C; }
a { background-color: rgb(117,179,12); }
div.DivClassName
{
background-color: #75B30C;
}
.BgClassName
{
background-color: #75B30C;
}
</style>
border-color css
<style>
span { border-color: #75B30C; }
span { border-color: rgb(117,179,12); }
td.TdClassName
{
border-color: #75B30C;
}
.TagClassName
{
border-color: #75B30C;
}
</style>