Shades of Apple #72AF3C
Tints of Apple #72AF3C
RGB
CMYK
RGB Variations
Color information
#72AF3C (or 0x72AF3C) is known color: Apple. HEX triplet: 72, AF and 3C. RGB value is (114,175,60). Sum of RGB (Red+Green+Blue) = 114+175+60=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 175 (68.75% from 255 or 50.14% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 175 - color contains mainly: green. Hex color #72AF3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AF3C is #8D50C3. Grayscale: #909090. Windows color (decimal): -9261252 or 3977074. OLE color: 3977074.
HSL color Cylindrical-coordinate representation of color #72AF3C: hue angle of 91.83º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #72AF3C is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 114 | 175 | 60 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.31 |
| HSL | 91.83º | 0.49% | 0.46% | - |
| HSV(B) | 91.83º | 0.66% | 0.69% | - |
| XYZ | 23.09 | 34.56 | 9.73 | - |
| YUV | 143.65 | 80.79 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 175 | 60 | 0.35 | 0 | 0.66 | 0.31 | 91.83 | 0.49 | 0.46 |
| Hex | 72 | AF | 3C | 23 | 0 | 42 | 1F | 5C | 31 | 2E |
| Octal | 162 | 257 | 74 | 43 | 0 | 102 | 37 | 134 | 61 | 56 |
| Binary | 1110010 | 10101111 | 111100 | 100011 | 0 | 1000010 | 11111 | 1011100 | 110001 | 101110 |
Color Harmonies of #72AF3C
Complementary color
Monochromatic Colors of #72AF3C
Black with #72AF3C
Text Example
Text Example
White with #72AF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AF3C; }
p { color: rgb(114,175,60); }
H1.HeaderClassName
{
color: #72AF3C;
}
.AnyTagClassName
{
color: #72AF3C;
}
</style>
background-color css
<style>
a { background-color: #72AF3C; }
a { background-color: rgb(114,175,60); }
div.DivClassName
{
background-color: #72AF3C;
}
.BgClassName
{
background-color: #72AF3C;
}
</style>
border-color css
<style>
span { border-color: #72AF3C; }
span { border-color: rgb(114,175,60); }
td.TdClassName
{
border-color: #72AF3C;
}
.TagClassName
{
border-color: #72AF3C;
}
</style>