Shades of Apple #75BA3D
Tints of Apple #75BA3D
RGB
CMYK
RGB Variations
Color information
#75BA3D (or 0x75BA3D) is known color: Apple. HEX triplet: 75, BA and 3D. RGB value is (117,186,61). Sum of RGB (Red+Green+Blue) = 117+186+61=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 186 (73.05% from 255 or 51.10% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BA3D is #8A45C2. Grayscale: #979797. Windows color (decimal): -9061827 or 4045429. OLE color: 4045429.
HSL color Cylindrical-coordinate representation of color #75BA3D: hue angle of 93.12º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #75BA3D is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 186 | 61 | - |
| CMYK | 0.37 | 0 | 0.67 | 0.27 |
| HSL | 93.12º | 0.51% | 0.48% | - |
| HSV(B) | 93.12º | 0.67% | 0.73% | - |
| XYZ | 25.74 | 39.24 | 10.63 | - |
| YUV | 151.12 | 77.14 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 186 | 61 | 0.37 | 0 | 0.67 | 0.27 | 93.12 | 0.51 | 0.48 |
| Hex | 75 | BA | 3D | 25 | 0 | 43 | 1B | 5D | 33 | 30 |
| Octal | 165 | 272 | 75 | 45 | 0 | 103 | 33 | 135 | 63 | 60 |
| Binary | 1110101 | 10111010 | 111101 | 100101 | 0 | 1000011 | 11011 | 1011101 | 110011 | 110000 |
Color Harmonies of #75BA3D
Complementary color
Monochromatic Colors of #75BA3D
Black with #75BA3D
Text Example
Text Example
White with #75BA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BA3D; }
p { color: rgb(117,186,61); }
H1.HeaderClassName
{
color: #75BA3D;
}
.AnyTagClassName
{
color: #75BA3D;
}
</style>
background-color css
<style>
a { background-color: #75BA3D; }
a { background-color: rgb(117,186,61); }
div.DivClassName
{
background-color: #75BA3D;
}
.BgClassName
{
background-color: #75BA3D;
}
</style>
border-color css
<style>
span { border-color: #75BA3D; }
span { border-color: rgb(117,186,61); }
td.TdClassName
{
border-color: #75BA3D;
}
.TagClassName
{
border-color: #75BA3D;
}
</style>