Shades of Apple #66B732
Tints of Apple #66B732
RGB
CMYK
RGB Variations
Color information
#66B732 (or 0x66B732) is known color: Apple. HEX triplet: 66, B7 and 32. RGB value is (102,183,50). Sum of RGB (Red+Green+Blue) = 102+183+50=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 183 (71.88% from 255 or 54.63% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 183 - color contains mainly: green. Hex color #66B732 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B732 is #9948CD. Grayscale: #909090. Windows color (decimal): -10045646 or 3323750. OLE color: 3323750.
HSL color Cylindrical-coordinate representation of color #66B732: hue angle of 96.54º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66B732 is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 102 | 183 | 50 | - |
| CMYK | 0.44 | 0 | 0.73 | 0.28 |
| HSL | 96.54º | 0.57% | 0.46% | - |
| HSV(B) | 96.54º | 0.73% | 0.72% | - |
| XYZ | 22.99 | 36.92 | 8.93 | - |
| YUV | 143.62 | 75.16 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 183 | 50 | 0.44 | 0 | 0.73 | 0.28 | 96.54 | 0.57 | 0.46 |
| Hex | 66 | B7 | 32 | 2C | 0 | 49 | 1C | 61 | 39 | 2E |
| Octal | 146 | 267 | 62 | 54 | 0 | 111 | 34 | 141 | 71 | 56 |
| Binary | 1100110 | 10110111 | 110010 | 101100 | 0 | 1001001 | 11100 | 1100001 | 111001 | 101110 |
Color Harmonies of #66B732
Complementary color
Monochromatic Colors of #66B732
Black with #66B732
Text Example
Text Example
White with #66B732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B732; }
p { color: rgb(102,183,50); }
H1.HeaderClassName
{
color: #66B732;
}
.AnyTagClassName
{
color: #66B732;
}
</style>
background-color css
<style>
a { background-color: #66B732; }
a { background-color: rgb(102,183,50); }
div.DivClassName
{
background-color: #66B732;
}
.BgClassName
{
background-color: #66B732;
}
</style>
border-color css
<style>
span { border-color: #66B732; }
span { border-color: rgb(102,183,50); }
td.TdClassName
{
border-color: #66B732;
}
.TagClassName
{
border-color: #66B732;
}
</style>