Shades of Apple #74B141
Tints of Apple #74B141
RGB
CMYK
RGB Variations
Color information
#74B141 (or 0x74B141) is known color: Apple. HEX triplet: 74, B1 and 41. RGB value is (116,177,65). Sum of RGB (Red+Green+Blue) = 116+177+65=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 177 (69.53% from 255 or 49.44% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 177 - color contains mainly: green. Hex color #74B141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74B141 is #8B4EBE. Grayscale: #929292. Windows color (decimal): -9129663 or 4305268. OLE color: 4305268.
HSL color Cylindrical-coordinate representation of color #74B141: hue angle of 92.68º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #74B141 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 177 | 65 | - |
| CMYK | 0.34 | 0 | 0.63 | 0.31 |
| HSL | 92.68º | 0.46% | 0.47% | - |
| HSV(B) | 92.68º | 0.63% | 0.69% | - |
| XYZ | 23.88 | 35.54 | 10.6 | - |
| YUV | 145.99 | 82.29 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 177 | 65 | 0.34 | 0 | 0.63 | 0.31 | 92.68 | 0.46 | 0.47 |
| Hex | 74 | B1 | 41 | 22 | 0 | 3F | 1F | 5D | 2E | 2F |
| Octal | 164 | 261 | 101 | 42 | 0 | 77 | 37 | 135 | 56 | 57 |
| Binary | 1110100 | 10110001 | 1000001 | 100010 | 0 | 111111 | 11111 | 1011101 | 101110 | 101111 |
Color Harmonies of #74B141
Complementary color
Monochromatic Colors of #74B141
Black with #74B141
Text Example
Text Example
White with #74B141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B141; }
p { color: rgb(116,177,65); }
H1.HeaderClassName
{
color: #74B141;
}
.AnyTagClassName
{
color: #74B141;
}
</style>
background-color css
<style>
a { background-color: #74B141; }
a { background-color: rgb(116,177,65); }
div.DivClassName
{
background-color: #74B141;
}
.BgClassName
{
background-color: #74B141;
}
</style>
border-color css
<style>
span { border-color: #74B141; }
span { border-color: rgb(116,177,65); }
td.TdClassName
{
border-color: #74B141;
}
.TagClassName
{
border-color: #74B141;
}
</style>