Shades of Apple #66B738
Tints of Apple #66B738
RGB
CMYK
RGB Variations
Color information
#66B738 (or 0x66B738) is known color: Apple. HEX triplet: 66, B7 and 38. RGB value is (102,183,56). Sum of RGB (Red+Green+Blue) = 102+183+56=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 183 (71.88% from 255 or 53.67% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 183 - color contains mainly: green. Hex color #66B738 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B738 is #9948C7. Grayscale: #909090. Windows color (decimal): -10045640 or 3716966. OLE color: 3716966.
HSL color Cylindrical-coordinate representation of color #66B738: hue angle of 98.27º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #66B738 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 102 | 183 | 56 | - |
| CMYK | 0.44 | 0 | 0.69 | 0.28 |
| HSL | 98.27º | 0.53% | 0.47% | - |
| HSV(B) | 98.27º | 0.69% | 0.72% | - |
| XYZ | 23.13 | 36.98 | 9.66 | - |
| YUV | 144.3 | 78.16 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 183 | 56 | 0.44 | 0 | 0.69 | 0.28 | 98.27 | 0.53 | 0.47 |
| Hex | 66 | B7 | 38 | 2C | 0 | 45 | 1C | 62 | 35 | 2F |
| Octal | 146 | 267 | 70 | 54 | 0 | 105 | 34 | 142 | 65 | 57 |
| Binary | 1100110 | 10110111 | 111000 | 101100 | 0 | 1000101 | 11100 | 1100010 | 110101 | 101111 |
Color Harmonies of #66B738
Complementary color
Monochromatic Colors of #66B738
Black with #66B738
Text Example
Text Example
White with #66B738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B738; }
p { color: rgb(102,183,56); }
H1.HeaderClassName
{
color: #66B738;
}
.AnyTagClassName
{
color: #66B738;
}
</style>
background-color css
<style>
a { background-color: #66B738; }
a { background-color: rgb(102,183,56); }
div.DivClassName
{
background-color: #66B738;
}
.BgClassName
{
background-color: #66B738;
}
</style>
border-color css
<style>
span { border-color: #66B738; }
span { border-color: rgb(102,183,56); }
td.TdClassName
{
border-color: #66B738;
}
.TagClassName
{
border-color: #66B738;
}
</style>