Shades of Apple #67A652
Tints of Apple #67A652
RGB
CMYK
RGB Variations
Color information
#67A652 (or 0x67A652) is known color: Apple. HEX triplet: 67, A6 and 52. RGB value is (103,166,82). Sum of RGB (Red+Green+Blue) = 103+166+82=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 166 (65.23% from 255 or 47.29% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 166 - color contains mainly: green. Hex color #67A652 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67A652 is #9859AD. Grayscale: #898989. Windows color (decimal): -9984430 or 5416551. OLE color: 5416551.
HSL color Cylindrical-coordinate representation of color #67A652: hue angle of 105º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #67A652 is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 103 | 166 | 82 | - |
| CMYK | 0.38 | 0 | 0.51 | 0.35 |
| HSL | 105º | 0.34% | 0.49% | - |
| HSV(B) | 105º | 0.51% | 0.65% | - |
| XYZ | 20.75 | 30.77 | 12.83 | - |
| YUV | 137.59 | 96.63 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 166 | 82 | 0.38 | 0 | 0.51 | 0.35 | 105 | 0.34 | 0.49 |
| Hex | 67 | A6 | 52 | 26 | 0 | 33 | 23 | 69 | 22 | 31 |
| Octal | 147 | 246 | 122 | 46 | 0 | 63 | 43 | 151 | 42 | 61 |
| Binary | 1100111 | 10100110 | 1010010 | 100110 | 0 | 110011 | 100011 | 1101001 | 100010 | 110001 |
Color Harmonies of #67A652
Complementary color
Monochromatic Colors of #67A652
Black with #67A652
Text Example
Text Example
White with #67A652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A652; }
p { color: rgb(103,166,82); }
H1.HeaderClassName
{
color: #67A652;
}
.AnyTagClassName
{
color: #67A652;
}
</style>
background-color css
<style>
a { background-color: #67A652; }
a { background-color: rgb(103,166,82); }
div.DivClassName
{
background-color: #67A652;
}
.BgClassName
{
background-color: #67A652;
}
</style>
border-color css
<style>
span { border-color: #67A652; }
span { border-color: rgb(103,166,82); }
td.TdClassName
{
border-color: #67A652;
}
.TagClassName
{
border-color: #67A652;
}
</style>