Shades of Apple #67A553
Tints of Apple #67A553
RGB
CMYK
RGB Variations
Color information
#67A553 (or 0x67A553) is known color: Apple. HEX triplet: 67, A5 and 53. RGB value is (103,165,83). Sum of RGB (Red+Green+Blue) = 103+165+83=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 165 (64.84% from 255 or 47.01% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 165 - color contains mainly: green. Hex color #67A553 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67A553 is #985AAC. Grayscale: #898989. Windows color (decimal): -9984685 or 5481831. OLE color: 5481831.
HSL color Cylindrical-coordinate representation of color #67A553: hue angle of 105.37º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67A553 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 103 | 165 | 83 | - |
| CMYK | 0.38 | 0 | 0.50 | 0.35 |
| HSL | 105.37º | 0.33% | 0.49% | - |
| HSV(B) | 105.37º | 0.5% | 0.65% | - |
| XYZ | 20.61 | 30.42 | 12.97 | - |
| YUV | 137.11 | 97.46 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 165 | 83 | 0.38 | 0 | 0.50 | 0.35 | 105.37 | 0.33 | 0.49 |
| Hex | 67 | A5 | 53 | 26 | 0 | 32 | 23 | 69 | 21 | 31 |
| Octal | 147 | 245 | 123 | 46 | 0 | 62 | 43 | 151 | 41 | 61 |
| Binary | 1100111 | 10100101 | 1010011 | 100110 | 0 | 110010 | 100011 | 1101001 | 100001 | 110001 |
Color Harmonies of #67A553
Complementary color
Monochromatic Colors of #67A553
Black with #67A553
Text Example
Text Example
White with #67A553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A553; }
p { color: rgb(103,165,83); }
H1.HeaderClassName
{
color: #67A553;
}
.AnyTagClassName
{
color: #67A553;
}
</style>
background-color css
<style>
a { background-color: #67A553; }
a { background-color: rgb(103,165,83); }
div.DivClassName
{
background-color: #67A553;
}
.BgClassName
{
background-color: #67A553;
}
</style>
border-color css
<style>
span { border-color: #67A553; }
span { border-color: rgb(103,165,83); }
td.TdClassName
{
border-color: #67A553;
}
.TagClassName
{
border-color: #67A553;
}
</style>