Shades of Apple #67A53A
Tints of Apple #67A53A
RGB
CMYK
RGB Variations
Color information
#67A53A (or 0x67A53A) is known color: Apple. HEX triplet: 67, A5 and 3A. RGB value is (103,165,58). Sum of RGB (Red+Green+Blue) = 103+165+58=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 165 (64.84% from 255 or 50.61% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 165 - color contains mainly: green. Hex color #67A53A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67A53A is #985AC5. Grayscale: #868686. Windows color (decimal): -9984710 or 3843431. OLE color: 3843431.
HSL color Cylindrical-coordinate representation of color #67A53A: hue angle of 94.77º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #67A53A is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 103 | 165 | 58 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.35 |
| HSL | 94.77º | 0.48% | 0.44% | - |
| HSV(B) | 94.77º | 0.65% | 0.65% | - |
| XYZ | 19.81 | 30.1 | 8.77 | - |
| YUV | 134.26 | 84.96 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 165 | 58 | 0.38 | 0 | 0.65 | 0.35 | 94.77 | 0.48 | 0.44 |
| Hex | 67 | A5 | 3A | 26 | 0 | 41 | 23 | 5F | 30 | 2C |
| Octal | 147 | 245 | 72 | 46 | 0 | 101 | 43 | 137 | 60 | 54 |
| Binary | 1100111 | 10100101 | 111010 | 100110 | 0 | 1000001 | 100011 | 1011111 | 110000 | 101100 |
Color Harmonies of #67A53A
Complementary color
Monochromatic Colors of #67A53A
Black with #67A53A
Text Example
Text Example
White with #67A53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A53A; }
p { color: rgb(103,165,58); }
H1.HeaderClassName
{
color: #67A53A;
}
.AnyTagClassName
{
color: #67A53A;
}
</style>
background-color css
<style>
a { background-color: #67A53A; }
a { background-color: rgb(103,165,58); }
div.DivClassName
{
background-color: #67A53A;
}
.BgClassName
{
background-color: #67A53A;
}
</style>
border-color css
<style>
span { border-color: #67A53A; }
span { border-color: rgb(103,165,58); }
td.TdClassName
{
border-color: #67A53A;
}
.TagClassName
{
border-color: #67A53A;
}
</style>