Shades of Apple #74AF3B
Tints of Apple #74AF3B
RGB
CMYK
RGB Variations
Color information
#74AF3B (or 0x74AF3B) is known color: Apple. HEX triplet: 74, AF and 3B. RGB value is (116,175,59). Sum of RGB (Red+Green+Blue) = 116+175+59=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 175 (68.75% from 255 or 50% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AF3B is #8B50C4. Grayscale: #909090. Windows color (decimal): -9130181 or 3911540. OLE color: 3911540.
HSL color Cylindrical-coordinate representation of color #74AF3B: hue angle of 90.52º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74AF3B is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 175 | 59 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.31 |
| HSL | 90.52º | 0.5% | 0.46% | - |
| HSV(B) | 90.52º | 0.66% | 0.69% | - |
| XYZ | 23.32 | 34.69 | 9.6 | - |
| YUV | 144.14 | 79.95 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 175 | 59 | 0.34 | 0 | 0.66 | 0.31 | 90.52 | 0.5 | 0.46 |
| Hex | 74 | AF | 3B | 22 | 0 | 42 | 1F | 5B | 32 | 2E |
| Octal | 164 | 257 | 73 | 42 | 0 | 102 | 37 | 133 | 62 | 56 |
| Binary | 1110100 | 10101111 | 111011 | 100010 | 0 | 1000010 | 11111 | 1011011 | 110010 | 101110 |
Color Harmonies of #74AF3B
Complementary color
Monochromatic Colors of #74AF3B
Black with #74AF3B
Text Example
Text Example
White with #74AF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AF3B; }
p { color: rgb(116,175,59); }
H1.HeaderClassName
{
color: #74AF3B;
}
.AnyTagClassName
{
color: #74AF3B;
}
</style>
background-color css
<style>
a { background-color: #74AF3B; }
a { background-color: rgb(116,175,59); }
div.DivClassName
{
background-color: #74AF3B;
}
.BgClassName
{
background-color: #74AF3B;
}
</style>
border-color css
<style>
span { border-color: #74AF3B; }
span { border-color: rgb(116,175,59); }
td.TdClassName
{
border-color: #74AF3B;
}
.TagClassName
{
border-color: #74AF3B;
}
</style>