Shades of Apple #66B032
Tints of Apple #66B032
RGB
CMYK
RGB Variations
Color information
#66B032 (or 0x66B032) is known color: Apple. HEX triplet: 66, B0 and 32. RGB value is (102,176,50). Sum of RGB (Red+Green+Blue) = 102+176+50=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 176 (69.14% from 255 or 53.66% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 176 - color contains mainly: green. Hex color #66B032 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66B032 is #994FCD. Grayscale: #8B8B8B. Windows color (decimal): -10047438 or 3321958. OLE color: 3321958.
HSL color Cylindrical-coordinate representation of color #66B032: hue angle of 95.24º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #66B032 is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 176 | 50 | - |
| CMYK | 0.42 | 0 | 0.72 | 0.31 |
| HSL | 95.24º | 0.56% | 0.44% | - |
| HSV(B) | 95.24º | 0.72% | 0.69% | - |
| XYZ | 21.58 | 34.11 | 8.46 | - |
| YUV | 139.51 | 77.48 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 176 | 50 | 0.42 | 0 | 0.72 | 0.31 | 95.24 | 0.56 | 0.44 |
| Hex | 66 | B0 | 32 | 2A | 0 | 48 | 1F | 5F | 38 | 2C |
| Octal | 146 | 260 | 62 | 52 | 0 | 110 | 37 | 137 | 70 | 54 |
| Binary | 1100110 | 10110000 | 110010 | 101010 | 0 | 1001000 | 11111 | 1011111 | 111000 | 101100 |
Color Harmonies of #66B032
Complementary color
Monochromatic Colors of #66B032
Black with #66B032
Text Example
Text Example
White with #66B032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B032; }
p { color: rgb(102,176,50); }
H1.HeaderClassName
{
color: #66B032;
}
.AnyTagClassName
{
color: #66B032;
}
</style>
background-color css
<style>
a { background-color: #66B032; }
a { background-color: rgb(102,176,50); }
div.DivClassName
{
background-color: #66B032;
}
.BgClassName
{
background-color: #66B032;
}
</style>
border-color css
<style>
span { border-color: #66B032; }
span { border-color: rgb(102,176,50); }
td.TdClassName
{
border-color: #66B032;
}
.TagClassName
{
border-color: #66B032;
}
</style>