Shades of Apple #65B74A
Tints of Apple #65B74A
RGB
CMYK
RGB Variations
Color information
#65B74A (or 0x65B74A) is known color: Apple. HEX triplet: 65, B7 and 4A. RGB value is (101,183,74). Sum of RGB (Red+Green+Blue) = 101+183+74=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 183 (71.88% from 255 or 51.12% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 183 - color contains mainly: green. Hex color #65B74A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65B74A is #9A48B5. Grayscale: #929292. Windows color (decimal): -10111158 or 4896613. OLE color: 4896613.
HSL color Cylindrical-coordinate representation of color #65B74A: hue angle of 105.14º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65B74A is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 101 | 183 | 74 | - |
| CMYK | 0.45 | 0 | 0.60 | 0.28 |
| HSL | 105.14º | 0.43% | 0.5% | - |
| HSV(B) | 105.14º | 0.6% | 0.72% | - |
| XYZ | 23.54 | 37.13 | 12.4 | - |
| YUV | 146.06 | 87.33 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 183 | 74 | 0.45 | 0 | 0.60 | 0.28 | 105.14 | 0.43 | 0.5 |
| Hex | 65 | B7 | 4A | 2D | 0 | 3C | 1C | 69 | 2B | 32 |
| Octal | 145 | 267 | 112 | 55 | 0 | 74 | 34 | 151 | 53 | 62 |
| Binary | 1100101 | 10110111 | 1001010 | 101101 | 0 | 111100 | 11100 | 1101001 | 101011 | 110010 |
Color Harmonies of #65B74A
Complementary color
Monochromatic Colors of #65B74A
Black with #65B74A
Text Example
Text Example
White with #65B74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B74A; }
p { color: rgb(101,183,74); }
H1.HeaderClassName
{
color: #65B74A;
}
.AnyTagClassName
{
color: #65B74A;
}
</style>
background-color css
<style>
a { background-color: #65B74A; }
a { background-color: rgb(101,183,74); }
div.DivClassName
{
background-color: #65B74A;
}
.BgClassName
{
background-color: #65B74A;
}
</style>
border-color css
<style>
span { border-color: #65B74A; }
span { border-color: rgb(101,183,74); }
td.TdClassName
{
border-color: #65B74A;
}
.TagClassName
{
border-color: #65B74A;
}
</style>