Shades of Apple #75B73C
Tints of Apple #75B73C
RGB
CMYK
RGB Variations
Color information
#75B73C (or 0x75B73C) is known color: Apple. HEX triplet: 75, B7 and 3C. RGB value is (117,183,60). Sum of RGB (Red+Green+Blue) = 117+183+60=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 183 (71.88% from 255 or 50.83% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 183 - color contains mainly: green. Hex color #75B73C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B73C is #8A48C3. Grayscale: #959595. Windows color (decimal): -9062596 or 3979125. OLE color: 3979125.
HSL color Cylindrical-coordinate representation of color #75B73C: hue angle of 92.2º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #75B73C is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 117 | 183 | 60 | - |
| CMYK | 0.36 | 0 | 0.67 | 0.28 |
| HSL | 92.2º | 0.51% | 0.48% | - |
| HSV(B) | 92.2º | 0.67% | 0.72% | - |
| XYZ | 25.09 | 37.98 | 10.28 | - |
| YUV | 149.24 | 77.63 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 183 | 60 | 0.36 | 0 | 0.67 | 0.28 | 92.2 | 0.51 | 0.48 |
| Hex | 75 | B7 | 3C | 24 | 0 | 43 | 1C | 5C | 33 | 30 |
| Octal | 165 | 267 | 74 | 44 | 0 | 103 | 34 | 134 | 63 | 60 |
| Binary | 1110101 | 10110111 | 111100 | 100100 | 0 | 1000011 | 11100 | 1011100 | 110011 | 110000 |
Color Harmonies of #75B73C
Complementary color
Monochromatic Colors of #75B73C
Black with #75B73C
Text Example
Text Example
White with #75B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B73C; }
p { color: rgb(117,183,60); }
H1.HeaderClassName
{
color: #75B73C;
}
.AnyTagClassName
{
color: #75B73C;
}
</style>
background-color css
<style>
a { background-color: #75B73C; }
a { background-color: rgb(117,183,60); }
div.DivClassName
{
background-color: #75B73C;
}
.BgClassName
{
background-color: #75B73C;
}
</style>
border-color css
<style>
span { border-color: #75B73C; }
span { border-color: rgb(117,183,60); }
td.TdClassName
{
border-color: #75B73C;
}
.TagClassName
{
border-color: #75B73C;
}
</style>