Shades of Christi #75BA08
Tints of Christi #75BA08
RGB
CMYK
RGB Variations
Color information
#75BA08 (or 0x75BA08) is known color: Christi. HEX triplet: 75, BA and 08. RGB value is (117,186,8). Sum of RGB (Red+Green+Blue) = 117+186+8=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 186 (73.05% from 255 or 59.81% from 311); Blue value is 8 (3.52% from 255 or 2.57% from 311); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75BA08 is #8A45F7. Grayscale: #919191. Windows color (decimal): -9061880 or 572021. OLE color: 572021.
HSL color Cylindrical-coordinate representation of color #75BA08: hue angle of 83.26º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #75BA08 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 186 | 8 | - |
| CMYK | 0.37 | 0 | 0.96 | 0.27 |
| HSL | 83.26º | 0.92% | 0.38% | - |
| HSV(B) | 83.26º | 0.96% | 0.73% | - |
| XYZ | 24.94 | 38.92 | 6.43 | - |
| YUV | 145.08 | 50.64 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 186 | 8 | 0.37 | 0 | 0.96 | 0.27 | 83.26 | 0.92 | 0.38 |
| Hex | 75 | BA | 8 | 25 | 0 | 60 | 1B | 53 | 5C | 26 |
| Octal | 165 | 272 | 10 | 45 | 0 | 140 | 33 | 123 | 134 | 46 |
| Binary | 1110101 | 10111010 | 1000 | 100101 | 0 | 1100000 | 11011 | 1010011 | 1011100 | 100110 |
Color Harmonies of #75BA08
Complementary color
Monochromatic Colors of #75BA08
Black with #75BA08
Text Example
Text Example
White with #75BA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BA08; }
p { color: rgb(117,186,8); }
H1.HeaderClassName
{
color: #75BA08;
}
.AnyTagClassName
{
color: #75BA08;
}
</style>
background-color css
<style>
a { background-color: #75BA08; }
a { background-color: rgb(117,186,8); }
div.DivClassName
{
background-color: #75BA08;
}
.BgClassName
{
background-color: #75BA08;
}
</style>
border-color css
<style>
span { border-color: #75BA08; }
span { border-color: rgb(117,186,8); }
td.TdClassName
{
border-color: #75BA08;
}
.TagClassName
{
border-color: #75BA08;
}
</style>