Shades of Apple #74B73C
Tints of Apple #74B73C
RGB
CMYK
RGB Variations
Color information
#74B73C (or 0x74B73C) is known color: Apple. HEX triplet: 74, B7 and 3C. RGB value is (116,183,60). Sum of RGB (Red+Green+Blue) = 116+183+60=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 183 (71.88% from 255 or 50.97% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 183 - color contains mainly: green. Hex color #74B73C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B73C is #8B48C3. Grayscale: #959595. Windows color (decimal): -9128132 or 3979124. OLE color: 3979124.
HSL color Cylindrical-coordinate representation of color #74B73C: hue angle of 92.68º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74B73C is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 183 | 60 | - |
| CMYK | 0.37 | 0 | 0.67 | 0.28 |
| HSL | 92.68º | 0.51% | 0.48% | - |
| HSV(B) | 92.68º | 0.67% | 0.72% | - |
| XYZ | 24.95 | 37.91 | 10.28 | - |
| YUV | 148.95 | 77.8 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 183 | 60 | 0.37 | 0 | 0.67 | 0.28 | 92.68 | 0.51 | 0.48 |
| Hex | 74 | B7 | 3C | 25 | 0 | 43 | 1C | 5D | 33 | 30 |
| Octal | 164 | 267 | 74 | 45 | 0 | 103 | 34 | 135 | 63 | 60 |
| Binary | 1110100 | 10110111 | 111100 | 100101 | 0 | 1000011 | 11100 | 1011101 | 110011 | 110000 |
Color Harmonies of #74B73C
Complementary color
Monochromatic Colors of #74B73C
Black with #74B73C
Text Example
Text Example
White with #74B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B73C; }
p { color: rgb(116,183,60); }
H1.HeaderClassName
{
color: #74B73C;
}
.AnyTagClassName
{
color: #74B73C;
}
</style>
background-color css
<style>
a { background-color: #74B73C; }
a { background-color: rgb(116,183,60); }
div.DivClassName
{
background-color: #74B73C;
}
.BgClassName
{
background-color: #74B73C;
}
</style>
border-color css
<style>
span { border-color: #74B73C; }
span { border-color: rgb(116,183,60); }
td.TdClassName
{
border-color: #74B73C;
}
.TagClassName
{
border-color: #74B73C;
}
</style>