Shades of Apple #66B348
Tints of Apple #66B348
RGB
CMYK
RGB Variations
Color information
#66B348 (or 0x66B348) is known color: Apple. HEX triplet: 66, B3 and 48. RGB value is (102,179,72). Sum of RGB (Red+Green+Blue) = 102+179+72=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 179 (70.31% from 255 or 50.71% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 179 - color contains mainly: green. Hex color #66B348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B348 is #994CB7. Grayscale: #909090. Windows color (decimal): -10046648 or 4764518. OLE color: 4764518.
HSL color Cylindrical-coordinate representation of color #66B348: hue angle of 103.18º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66B348 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 102 | 179 | 72 | - |
| CMYK | 0.43 | 0 | 0.60 | 0.30 |
| HSL | 103.18º | 0.43% | 0.49% | - |
| HSV(B) | 103.18º | 0.6% | 0.7% | - |
| XYZ | 22.77 | 35.53 | 11.79 | - |
| YUV | 143.78 | 87.49 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 179 | 72 | 0.43 | 0 | 0.60 | 0.30 | 103.18 | 0.43 | 0.49 |
| Hex | 66 | B3 | 48 | 2B | 0 | 3C | 1E | 67 | 2B | 31 |
| Octal | 146 | 263 | 110 | 53 | 0 | 74 | 36 | 147 | 53 | 61 |
| Binary | 1100110 | 10110011 | 1001000 | 101011 | 0 | 111100 | 11110 | 1100111 | 101011 | 110001 |
Color Harmonies of #66B348
Complementary color
Monochromatic Colors of #66B348
Black with #66B348
Text Example
Text Example
White with #66B348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B348; }
p { color: rgb(102,179,72); }
H1.HeaderClassName
{
color: #66B348;
}
.AnyTagClassName
{
color: #66B348;
}
</style>
background-color css
<style>
a { background-color: #66B348; }
a { background-color: rgb(102,179,72); }
div.DivClassName
{
background-color: #66B348;
}
.BgClassName
{
background-color: #66B348;
}
</style>
border-color css
<style>
span { border-color: #66B348; }
span { border-color: rgb(102,179,72); }
td.TdClassName
{
border-color: #66B348;
}
.TagClassName
{
border-color: #66B348;
}
</style>