Shades of Apple #66B735
Tints of Apple #66B735
RGB
CMYK
RGB Variations
Color information
#66B735 (or 0x66B735) is known color: Apple. HEX triplet: 66, B7 and 35. RGB value is (102,183,53). Sum of RGB (Red+Green+Blue) = 102+183+53=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 183 (71.88% from 255 or 54.14% from 338); Blue value is 53 (21.09% from 255 or 15.68% from 338); Max value from RGB is 183 - color contains mainly: green. Hex color #66B735 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B735 is #9948CA. Grayscale: #909090. Windows color (decimal): -10045643 or 3520358. OLE color: 3520358.
HSL color Cylindrical-coordinate representation of color #66B735: hue angle of 97.38º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #66B735 is Cyan = 0.44, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 102 | 183 | 53 | - |
| CMYK | 0.44 | 0 | 0.71 | 0.28 |
| HSL | 97.38º | 0.55% | 0.46% | - |
| HSV(B) | 97.38º | 0.71% | 0.72% | - |
| XYZ | 23.06 | 36.95 | 9.28 | - |
| YUV | 143.96 | 76.66 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 183 | 53 | 0.44 | 0 | 0.71 | 0.28 | 97.38 | 0.55 | 0.46 |
| Hex | 66 | B7 | 35 | 2C | 0 | 47 | 1C | 61 | 37 | 2E |
| Octal | 146 | 267 | 65 | 54 | 0 | 107 | 34 | 141 | 67 | 56 |
| Binary | 1100110 | 10110111 | 110101 | 101100 | 0 | 1000111 | 11100 | 1100001 | 110111 | 101110 |
Color Harmonies of #66B735
Complementary color
Monochromatic Colors of #66B735
Black with #66B735
Text Example
Text Example
White with #66B735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B735; }
p { color: rgb(102,183,53); }
H1.HeaderClassName
{
color: #66B735;
}
.AnyTagClassName
{
color: #66B735;
}
</style>
background-color css
<style>
a { background-color: #66B735; }
a { background-color: rgb(102,183,53); }
div.DivClassName
{
background-color: #66B735;
}
.BgClassName
{
background-color: #66B735;
}
</style>
border-color css
<style>
span { border-color: #66B735; }
span { border-color: rgb(102,183,53); }
td.TdClassName
{
border-color: #66B735;
}
.TagClassName
{
border-color: #66B735;
}
</style>