Shades of Apple #72B33D
Tints of Apple #72B33D
RGB
CMYK
RGB Variations
Color information
#72B33D (or 0x72B33D) is known color: Apple. HEX triplet: 72, B3 and 3D. RGB value is (114,179,61). Sum of RGB (Red+Green+Blue) = 114+179+61=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 179 (70.31% from 255 or 50.56% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 179 - color contains mainly: green. Hex color #72B33D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72B33D is #8D4CC2. Grayscale: #929292. Windows color (decimal): -9260227 or 4043634. OLE color: 4043634.
HSL color Cylindrical-coordinate representation of color #72B33D: hue angle of 93.05º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #72B33D is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 114 | 179 | 61 | - |
| CMYK | 0.36 | 0 | 0.66 | 0.30 |
| HSL | 93.05º | 0.49% | 0.47% | - |
| HSV(B) | 93.05º | 0.66% | 0.7% | - |
| XYZ | 23.9 | 36.15 | 10.13 | - |
| YUV | 146.11 | 79.97 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 179 | 61 | 0.36 | 0 | 0.66 | 0.30 | 93.05 | 0.49 | 0.47 |
| Hex | 72 | B3 | 3D | 24 | 0 | 42 | 1E | 5D | 31 | 2F |
| Octal | 162 | 263 | 75 | 44 | 0 | 102 | 36 | 135 | 61 | 57 |
| Binary | 1110010 | 10110011 | 111101 | 100100 | 0 | 1000010 | 11110 | 1011101 | 110001 | 101111 |
Color Harmonies of #72B33D
Complementary color
Monochromatic Colors of #72B33D
Black with #72B33D
Text Example
Text Example
White with #72B33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B33D; }
p { color: rgb(114,179,61); }
H1.HeaderClassName
{
color: #72B33D;
}
.AnyTagClassName
{
color: #72B33D;
}
</style>
background-color css
<style>
a { background-color: #72B33D; }
a { background-color: rgb(114,179,61); }
div.DivClassName
{
background-color: #72B33D;
}
.BgClassName
{
background-color: #72B33D;
}
</style>
border-color css
<style>
span { border-color: #72B33D; }
span { border-color: rgb(114,179,61); }
td.TdClassName
{
border-color: #72B33D;
}
.TagClassName
{
border-color: #72B33D;
}
</style>