Shades of Apple #66B34C
Tints of Apple #66B34C
RGB
CMYK
RGB Variations
Color information
#66B34C (or 0x66B34C) is known color: Apple. HEX triplet: 66, B3 and 4C. RGB value is (102,179,76). Sum of RGB (Red+Green+Blue) = 102+179+76=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 179 (70.31% from 255 or 50.14% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 179 - color contains mainly: green. Hex color #66B34C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B34C is #994CB3. Grayscale: #909090. Windows color (decimal): -10046644 or 5026662. OLE color: 5026662.
HSL color Cylindrical-coordinate representation of color #66B34C: hue angle of 104.85º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66B34C is Cyan = 0.43, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 102 | 179 | 76 | - |
| CMYK | 0.43 | 0 | 0.58 | 0.30 |
| HSL | 104.85º | 0.4% | 0.5% | - |
| HSV(B) | 104.85º | 0.58% | 0.7% | - |
| XYZ | 22.9 | 35.59 | 12.5 | - |
| YUV | 144.24 | 89.49 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 179 | 76 | 0.43 | 0 | 0.58 | 0.30 | 104.85 | 0.4 | 0.5 |
| Hex | 66 | B3 | 4C | 2B | 0 | 3A | 1E | 69 | 28 | 32 |
| Octal | 146 | 263 | 114 | 53 | 0 | 72 | 36 | 151 | 50 | 62 |
| Binary | 1100110 | 10110011 | 1001100 | 101011 | 0 | 111010 | 11110 | 1101001 | 101000 | 110010 |
Color Harmonies of #66B34C
Complementary color
Monochromatic Colors of #66B34C
Black with #66B34C
Text Example
Text Example
White with #66B34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B34C; }
p { color: rgb(102,179,76); }
H1.HeaderClassName
{
color: #66B34C;
}
.AnyTagClassName
{
color: #66B34C;
}
</style>
background-color css
<style>
a { background-color: #66B34C; }
a { background-color: rgb(102,179,76); }
div.DivClassName
{
background-color: #66B34C;
}
.BgClassName
{
background-color: #66B34C;
}
</style>
border-color css
<style>
span { border-color: #66B34C; }
span { border-color: rgb(102,179,76); }
td.TdClassName
{
border-color: #66B34C;
}
.TagClassName
{
border-color: #66B34C;
}
</style>