Shades of Apple #67A552
Tints of Apple #67A552
RGB
CMYK
RGB Variations
Color information
#67A552 (or 0x67A552) is known color: Apple. HEX triplet: 67, A5 and 52. RGB value is (103,165,82). Sum of RGB (Red+Green+Blue) = 103+165+82=350 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.43% from 350); Green value is 165 (64.84% from 255 or 47.14% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 165 - color contains mainly: green. Hex color #67A552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67A552 is #985AAD. Grayscale: #898989. Windows color (decimal): -9984686 or 5416295. OLE color: 5416295.
HSL color Cylindrical-coordinate representation of color #67A552: hue angle of 104.82º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67A552 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 103 | 165 | 82 | - |
| CMYK | 0.38 | 0 | 0.50 | 0.35 |
| HSL | 104.82º | 0.34% | 0.48% | - |
| HSV(B) | 104.82º | 0.5% | 0.65% | - |
| XYZ | 20.57 | 30.4 | 12.77 | - |
| YUV | 137 | 96.96 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 165 | 82 | 0.38 | 0 | 0.50 | 0.35 | 104.82 | 0.34 | 0.48 |
| Hex | 67 | A5 | 52 | 26 | 0 | 32 | 23 | 69 | 22 | 30 |
| Octal | 147 | 245 | 122 | 46 | 0 | 62 | 43 | 151 | 42 | 60 |
| Binary | 1100111 | 10100101 | 1010010 | 100110 | 0 | 110010 | 100011 | 1101001 | 100010 | 110000 |
Color Harmonies of #67A552
Complementary color
Monochromatic Colors of #67A552
Black with #67A552
Text Example
Text Example
White with #67A552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A552; }
p { color: rgb(103,165,82); }
H1.HeaderClassName
{
color: #67A552;
}
.AnyTagClassName
{
color: #67A552;
}
</style>
background-color css
<style>
a { background-color: #67A552; }
a { background-color: rgb(103,165,82); }
div.DivClassName
{
background-color: #67A552;
}
.BgClassName
{
background-color: #67A552;
}
</style>
border-color css
<style>
span { border-color: #67A552; }
span { border-color: rgb(103,165,82); }
td.TdClassName
{
border-color: #67A552;
}
.TagClassName
{
border-color: #67A552;
}
</style>