Shades of Apple #72AB3D
Tints of Apple #72AB3D
RGB
CMYK
RGB Variations
Color information
#72AB3D (or 0x72AB3D) is known color: Apple. HEX triplet: 72, AB and 3D. RGB value is (114,171,61). Sum of RGB (Red+Green+Blue) = 114+171+61=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 171 (67.19% from 255 or 49.42% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AB3D is #8D54C2. Grayscale: #8D8D8D. Windows color (decimal): -9262275 or 4041586. OLE color: 4041586.
HSL color Cylindrical-coordinate representation of color #72AB3D: hue angle of 91.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 #72AB3D is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 171 | 61 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.33 |
| HSL | 91.09º | 0.47% | 0.45% | - |
| HSV(B) | 91.09º | 0.64% | 0.67% | - |
| XYZ | 22.34 | 33.04 | 9.61 | - |
| YUV | 141.42 | 82.62 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 171 | 61 | 0.33 | 0 | 0.64 | 0.33 | 91.09 | 0.47 | 0.45 |
| Hex | 72 | AB | 3D | 21 | 0 | 40 | 21 | 5B | 2F | 2D |
| Octal | 162 | 253 | 75 | 41 | 0 | 100 | 41 | 133 | 57 | 55 |
| Binary | 1110010 | 10101011 | 111101 | 100001 | 0 | 1000000 | 100001 | 1011011 | 101111 | 101101 |
Color Harmonies of #72AB3D
Complementary color
Monochromatic Colors of #72AB3D
Black with #72AB3D
Text Example
Text Example
White with #72AB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AB3D; }
p { color: rgb(114,171,61); }
H1.HeaderClassName
{
color: #72AB3D;
}
.AnyTagClassName
{
color: #72AB3D;
}
</style>
background-color css
<style>
a { background-color: #72AB3D; }
a { background-color: rgb(114,171,61); }
div.DivClassName
{
background-color: #72AB3D;
}
.BgClassName
{
background-color: #72AB3D;
}
</style>
border-color css
<style>
span { border-color: #72AB3D; }
span { border-color: rgb(114,171,61); }
td.TdClassName
{
border-color: #72AB3D;
}
.TagClassName
{
border-color: #72AB3D;
}
</style>