Shades of Apple #74AF3F
Tints of Apple #74AF3F
RGB
CMYK
RGB Variations
Color information
#74AF3F (or 0x74AF3F) is known color: Apple. HEX triplet: 74, AF and 3F. RGB value is (116,175,63). Sum of RGB (Red+Green+Blue) = 116+175+63=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 175 (68.75% from 255 or 49.44% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AF3F is #8B50C0. Grayscale: #909090. Windows color (decimal): -9130177 or 4173684. OLE color: 4173684.
HSL color Cylindrical-coordinate representation of color #74AF3F: hue angle of 91.61º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #74AF3F is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 175 | 63 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.31 |
| HSL | 91.61º | 0.47% | 0.47% | - |
| HSV(B) | 91.61º | 0.64% | 0.69% | - |
| XYZ | 23.43 | 34.73 | 10.17 | - |
| YUV | 144.59 | 81.95 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 175 | 63 | 0.34 | 0 | 0.64 | 0.31 | 91.61 | 0.47 | 0.47 |
| Hex | 74 | AF | 3F | 22 | 0 | 40 | 1F | 5C | 2F | 2F |
| Octal | 164 | 257 | 77 | 42 | 0 | 100 | 37 | 134 | 57 | 57 |
| Binary | 1110100 | 10101111 | 111111 | 100010 | 0 | 1000000 | 11111 | 1011100 | 101111 | 101111 |
Color Harmonies of #74AF3F
Complementary color
Monochromatic Colors of #74AF3F
Black with #74AF3F
Text Example
Text Example
White with #74AF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AF3F; }
p { color: rgb(116,175,63); }
H1.HeaderClassName
{
color: #74AF3F;
}
.AnyTagClassName
{
color: #74AF3F;
}
</style>
background-color css
<style>
a { background-color: #74AF3F; }
a { background-color: rgb(116,175,63); }
div.DivClassName
{
background-color: #74AF3F;
}
.BgClassName
{
background-color: #74AF3F;
}
</style>
border-color css
<style>
span { border-color: #74AF3F; }
span { border-color: rgb(116,175,63); }
td.TdClassName
{
border-color: #74AF3F;
}
.TagClassName
{
border-color: #74AF3F;
}
</style>