Shades of Apple #74AF45
Tints of Apple #74AF45
RGB
CMYK
RGB Variations
Color information
#74AF45 (or 0x74AF45) is known color: Apple. HEX triplet: 74, AF and 45. RGB value is (116,175,69). Sum of RGB (Red+Green+Blue) = 116+175+69=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 175 (68.75% from 255 or 48.61% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AF45 is #8B50BA. Grayscale: #919191. Windows color (decimal): -9130171 or 4566900. OLE color: 4566900.
HSL color Cylindrical-coordinate representation of color #74AF45: hue angle of 93.4º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74AF45 is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 175 | 69 | - |
| CMYK | 0.34 | 0 | 0.61 | 0.31 |
| HSL | 93.4º | 0.43% | 0.48% | - |
| HSV(B) | 93.4º | 0.61% | 0.69% | - |
| XYZ | 23.61 | 34.8 | 11.1 | - |
| YUV | 145.28 | 84.95 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 175 | 69 | 0.34 | 0 | 0.61 | 0.31 | 93.4 | 0.43 | 0.48 |
| Hex | 74 | AF | 45 | 22 | 0 | 3D | 1F | 5D | 2B | 30 |
| Octal | 164 | 257 | 105 | 42 | 0 | 75 | 37 | 135 | 53 | 60 |
| Binary | 1110100 | 10101111 | 1000101 | 100010 | 0 | 111101 | 11111 | 1011101 | 101011 | 110000 |
Color Harmonies of #74AF45
Complementary color
Monochromatic Colors of #74AF45
Black with #74AF45
Text Example
Text Example
White with #74AF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AF45; }
p { color: rgb(116,175,69); }
H1.HeaderClassName
{
color: #74AF45;
}
.AnyTagClassName
{
color: #74AF45;
}
</style>
background-color css
<style>
a { background-color: #74AF45; }
a { background-color: rgb(116,175,69); }
div.DivClassName
{
background-color: #74AF45;
}
.BgClassName
{
background-color: #74AF45;
}
</style>
border-color css
<style>
span { border-color: #74AF45; }
span { border-color: rgb(116,175,69); }
td.TdClassName
{
border-color: #74AF45;
}
.TagClassName
{
border-color: #74AF45;
}
</style>