Shades of Apple #75AF4A
Tints of Apple #75AF4A
RGB
CMYK
RGB Variations
Color information
#75AF4A (or 0x75AF4A) is known color: Apple. HEX triplet: 75, AF and 4A. RGB value is (117,175,74). Sum of RGB (Red+Green+Blue) = 117+175+74=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 175 (68.75% from 255 or 47.81% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 175 - color contains mainly: green. Hex color #75AF4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AF4A is #8A50B5. Grayscale: #929292. Windows color (decimal): -9064630 or 4894581. OLE color: 4894581.
HSL color Cylindrical-coordinate representation of color #75AF4A: hue angle of 94.46º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #75AF4A is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 175 | 74 | - |
| CMYK | 0.33 | 0 | 0.58 | 0.31 |
| HSL | 94.46º | 0.41% | 0.49% | - |
| HSV(B) | 94.46º | 0.58% | 0.69% | - |
| XYZ | 23.9 | 34.94 | 11.96 | - |
| YUV | 146.14 | 87.28 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 175 | 74 | 0.33 | 0 | 0.58 | 0.31 | 94.46 | 0.41 | 0.49 |
| Hex | 75 | AF | 4A | 21 | 0 | 3A | 1F | 5E | 29 | 31 |
| Octal | 165 | 257 | 112 | 41 | 0 | 72 | 37 | 136 | 51 | 61 |
| Binary | 1110101 | 10101111 | 1001010 | 100001 | 0 | 111010 | 11111 | 1011110 | 101001 | 110001 |
Color Harmonies of #75AF4A
Complementary color
Monochromatic Colors of #75AF4A
Black with #75AF4A
Text Example
Text Example
White with #75AF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AF4A; }
p { color: rgb(117,175,74); }
H1.HeaderClassName
{
color: #75AF4A;
}
.AnyTagClassName
{
color: #75AF4A;
}
</style>
background-color css
<style>
a { background-color: #75AF4A; }
a { background-color: rgb(117,175,74); }
div.DivClassName
{
background-color: #75AF4A;
}
.BgClassName
{
background-color: #75AF4A;
}
</style>
border-color css
<style>
span { border-color: #75AF4A; }
span { border-color: rgb(117,175,74); }
td.TdClassName
{
border-color: #75AF4A;
}
.TagClassName
{
border-color: #75AF4A;
}
</style>