Shades of Apple #67A256
Tints of Apple #67A256
RGB
CMYK
RGB Variations
Color information
#67A256 (or 0x67A256) is known color: Apple. HEX triplet: 67, A2 and 56. RGB value is (103,162,86). Sum of RGB (Red+Green+Blue) = 103+162+86=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 162 (63.67% from 255 or 46.15% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 162 - color contains mainly: green. Hex color #67A256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67A256 is #985DA9. Grayscale: #878787. Windows color (decimal): -9985450 or 5677671. OLE color: 5677671.
HSL color Cylindrical-coordinate representation of color #67A256: hue angle of 106.58º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #67A256 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 162 | 86 | - |
| CMYK | 0.36 | 0 | 0.47 | 0.36 |
| HSL | 106.58º | 0.31% | 0.49% | - |
| HSV(B) | 106.58º | 0.47% | 0.64% | - |
| XYZ | 20.19 | 29.4 | 13.41 | - |
| YUV | 135.7 | 99.95 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 162 | 86 | 0.36 | 0 | 0.47 | 0.36 | 106.58 | 0.31 | 0.49 |
| Hex | 67 | A2 | 56 | 24 | 0 | 2F | 24 | 6B | 1F | 31 |
| Octal | 147 | 242 | 126 | 44 | 0 | 57 | 44 | 153 | 37 | 61 |
| Binary | 1100111 | 10100010 | 1010110 | 100100 | 0 | 101111 | 100100 | 1101011 | 11111 | 110001 |
Color Harmonies of #67A256
Complementary color
Monochromatic Colors of #67A256
Black with #67A256
Text Example
Text Example
White with #67A256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A256; }
p { color: rgb(103,162,86); }
H1.HeaderClassName
{
color: #67A256;
}
.AnyTagClassName
{
color: #67A256;
}
</style>
background-color css
<style>
a { background-color: #67A256; }
a { background-color: rgb(103,162,86); }
div.DivClassName
{
background-color: #67A256;
}
.BgClassName
{
background-color: #67A256;
}
</style>
border-color css
<style>
span { border-color: #67A256; }
span { border-color: rgb(103,162,86); }
td.TdClassName
{
border-color: #67A256;
}
.TagClassName
{
border-color: #67A256;
}
</style>