Shades of Apple #66B335
Tints of Apple #66B335
RGB
CMYK
RGB Variations
Color information
#66B335 (or 0x66B335) is known color: Apple. HEX triplet: 66, B3 and 35. RGB value is (102,179,53). Sum of RGB (Red+Green+Blue) = 102+179+53=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 179 (70.31% from 255 or 53.59% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 179 - color contains mainly: green. Hex color #66B335 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B335 is #994CCA. Grayscale: #8E8E8E. Windows color (decimal): -10046667 or 3519334. OLE color: 3519334.
HSL color Cylindrical-coordinate representation of color #66B335: hue angle of 96.67º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #66B335 is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 102 | 179 | 53 | - |
| CMYK | 0.43 | 0 | 0.70 | 0.30 |
| HSL | 96.67º | 0.54% | 0.45% | - |
| HSV(B) | 96.67º | 0.7% | 0.7% | - |
| XYZ | 22.24 | 35.32 | 9.01 | - |
| YUV | 141.61 | 77.99 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 179 | 53 | 0.43 | 0 | 0.70 | 0.30 | 96.67 | 0.54 | 0.45 |
| Hex | 66 | B3 | 35 | 2B | 0 | 46 | 1E | 61 | 36 | 2D |
| Octal | 146 | 263 | 65 | 53 | 0 | 106 | 36 | 141 | 66 | 55 |
| Binary | 1100110 | 10110011 | 110101 | 101011 | 0 | 1000110 | 11110 | 1100001 | 110110 | 101101 |
Color Harmonies of #66B335
Complementary color
Monochromatic Colors of #66B335
Black with #66B335
Text Example
Text Example
White with #66B335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B335; }
p { color: rgb(102,179,53); }
H1.HeaderClassName
{
color: #66B335;
}
.AnyTagClassName
{
color: #66B335;
}
</style>
background-color css
<style>
a { background-color: #66B335; }
a { background-color: rgb(102,179,53); }
div.DivClassName
{
background-color: #66B335;
}
.BgClassName
{
background-color: #66B335;
}
</style>
border-color css
<style>
span { border-color: #66B335; }
span { border-color: rgb(102,179,53); }
td.TdClassName
{
border-color: #66B335;
}
.TagClassName
{
border-color: #66B335;
}
</style>