Shades of Apple #67B752
Tints of Apple #67B752
RGB
CMYK
RGB Variations
Color information
#67B752 (or 0x67B752) is known color: Apple. HEX triplet: 67, B7 and 52. RGB value is (103,183,82). Sum of RGB (Red+Green+Blue) = 103+183+82=368 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.99% from 368); Green value is 183 (71.88% from 255 or 49.73% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 183 - color contains mainly: green. Hex color #67B752 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67B752 is #9848AD. Grayscale: #939393. Windows color (decimal): -9980078 or 5420903. OLE color: 5420903.
HSL color Cylindrical-coordinate representation of color #67B752: hue angle of 107.52º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #67B752 is Cyan = 0.44, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 103 | 183 | 82 | - |
| CMYK | 0.44 | 0 | 0.55 | 0.28 |
| HSL | 107.52º | 0.41% | 0.52% | - |
| HSV(B) | 107.52º | 0.55% | 0.72% | - |
| XYZ | 24.05 | 37.36 | 13.93 | - |
| YUV | 147.57 | 91 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 183 | 82 | 0.44 | 0 | 0.55 | 0.28 | 107.52 | 0.41 | 0.52 |
| Hex | 67 | B7 | 52 | 2C | 0 | 37 | 1C | 6C | 29 | 34 |
| Octal | 147 | 267 | 122 | 54 | 0 | 67 | 34 | 154 | 51 | 64 |
| Binary | 1100111 | 10110111 | 1010010 | 101100 | 0 | 110111 | 11100 | 1101100 | 101001 | 110100 |
Color Harmonies of #67B752
Complementary color
Monochromatic Colors of #67B752
Black with #67B752
Text Example
Text Example
White with #67B752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B752; }
p { color: rgb(103,183,82); }
H1.HeaderClassName
{
color: #67B752;
}
.AnyTagClassName
{
color: #67B752;
}
</style>
background-color css
<style>
a { background-color: #67B752; }
a { background-color: rgb(103,183,82); }
div.DivClassName
{
background-color: #67B752;
}
.BgClassName
{
background-color: #67B752;
}
</style>
border-color css
<style>
span { border-color: #67B752; }
span { border-color: rgb(103,183,82); }
td.TdClassName
{
border-color: #67B752;
}
.TagClassName
{
border-color: #67B752;
}
</style>