Shades of Apple #75B444
Tints of Apple #75B444
RGB
CMYK
RGB Variations
Color information
#75B444 (or 0x75B444) is known color: Apple. HEX triplet: 75, B4 and 44. RGB value is (117,180,68). Sum of RGB (Red+Green+Blue) = 117+180+68=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 180 (70.70% from 255 or 49.32% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 180 - color contains mainly: green. Hex color #75B444 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B444 is #8A4BBB. Grayscale: #949494. Windows color (decimal): -9063356 or 4502645. OLE color: 4502645.
HSL color Cylindrical-coordinate representation of color #75B444: hue angle of 93.75º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75B444 is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 117 | 180 | 68 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.29 |
| HSL | 93.75º | 0.45% | 0.49% | - |
| HSV(B) | 93.75º | 0.62% | 0.71% | - |
| XYZ | 24.7 | 36.84 | 11.28 | - |
| YUV | 148.4 | 82.63 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 180 | 68 | 0.35 | 0 | 0.62 | 0.29 | 93.75 | 0.45 | 0.49 |
| Hex | 75 | B4 | 44 | 23 | 0 | 3E | 1D | 5E | 2D | 31 |
| Octal | 165 | 264 | 104 | 43 | 0 | 76 | 35 | 136 | 55 | 61 |
| Binary | 1110101 | 10110100 | 1000100 | 100011 | 0 | 111110 | 11101 | 1011110 | 101101 | 110001 |
Color Harmonies of #75B444
Complementary color
Monochromatic Colors of #75B444
Black with #75B444
Text Example
Text Example
White with #75B444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B444; }
p { color: rgb(117,180,68); }
H1.HeaderClassName
{
color: #75B444;
}
.AnyTagClassName
{
color: #75B444;
}
</style>
background-color css
<style>
a { background-color: #75B444; }
a { background-color: rgb(117,180,68); }
div.DivClassName
{
background-color: #75B444;
}
.BgClassName
{
background-color: #75B444;
}
</style>
border-color css
<style>
span { border-color: #75B444; }
span { border-color: rgb(117,180,68); }
td.TdClassName
{
border-color: #75B444;
}
.TagClassName
{
border-color: #75B444;
}
</style>