Shades of Apple #67AB3D
Tints of Apple #67AB3D
RGB
CMYK
RGB Variations
Color information
#67AB3D (or 0x67AB3D) is known color: Apple. HEX triplet: 67, AB and 3D. RGB value is (103,171,61). Sum of RGB (Red+Green+Blue) = 103+171+61=335 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.75% from 335); Green value is 171 (67.19% from 255 or 51.04% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 171 - color contains mainly: green. Hex color #67AB3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67AB3D is #9854C2. Grayscale: #8A8A8A. Windows color (decimal): -9983171 or 4041575. OLE color: 4041575.
HSL color Cylindrical-coordinate representation of color #67AB3D: hue angle of 97.09º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #67AB3D is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 171 | 61 | - |
| CMYK | 0.40 | 0 | 0.64 | 0.33 |
| HSL | 97.09º | 0.47% | 0.45% | - |
| HSV(B) | 97.09º | 0.64% | 0.67% | - |
| XYZ | 21 | 32.35 | 9.55 | - |
| YUV | 138.13 | 84.47 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 171 | 61 | 0.40 | 0 | 0.64 | 0.33 | 97.09 | 0.47 | 0.45 |
| Hex | 67 | AB | 3D | 28 | 0 | 40 | 21 | 61 | 2F | 2D |
| Octal | 147 | 253 | 75 | 50 | 0 | 100 | 41 | 141 | 57 | 55 |
| Binary | 1100111 | 10101011 | 111101 | 101000 | 0 | 1000000 | 100001 | 1100001 | 101111 | 101101 |
Color Harmonies of #67AB3D
Complementary color
Monochromatic Colors of #67AB3D
Black with #67AB3D
Text Example
Text Example
White with #67AB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AB3D; }
p { color: rgb(103,171,61); }
H1.HeaderClassName
{
color: #67AB3D;
}
.AnyTagClassName
{
color: #67AB3D;
}
</style>
background-color css
<style>
a { background-color: #67AB3D; }
a { background-color: rgb(103,171,61); }
div.DivClassName
{
background-color: #67AB3D;
}
.BgClassName
{
background-color: #67AB3D;
}
</style>
border-color css
<style>
span { border-color: #67AB3D; }
span { border-color: rgb(103,171,61); }
td.TdClassName
{
border-color: #67AB3D;
}
.TagClassName
{
border-color: #67AB3D;
}
</style>