Shades of Apple #67AF5B
Tints of Apple #67AF5B
RGB
CMYK
RGB Variations
Color information
#67AF5B (or 0x67AF5B) is known color: Apple. HEX triplet: 67, AF and 5B. RGB value is (103,175,91). Sum of RGB (Red+Green+Blue) = 103+175+91=369 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.91% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 175 - color contains mainly: green. Hex color #67AF5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67AF5B is #9850A4. Grayscale: #909090. Windows color (decimal): -9982117 or 6008679. OLE color: 6008679.
HSL color Cylindrical-coordinate representation of color #67AF5B: hue angle of 111.43º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #67AF5B is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 175 | 91 | - |
| CMYK | 0.41 | 0 | 0.48 | 0.31 |
| HSL | 111.43º | 0.34% | 0.52% | - |
| HSV(B) | 111.43º | 0.48% | 0.69% | - |
| XYZ | 22.81 | 34.3 | 15.32 | - |
| YUV | 143.9 | 98.15 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 175 | 91 | 0.41 | 0 | 0.48 | 0.31 | 111.43 | 0.34 | 0.52 |
| Hex | 67 | AF | 5B | 29 | 0 | 30 | 1F | 6F | 22 | 34 |
| Octal | 147 | 257 | 133 | 51 | 0 | 60 | 37 | 157 | 42 | 64 |
| Binary | 1100111 | 10101111 | 1011011 | 101001 | 0 | 110000 | 11111 | 1101111 | 100010 | 110100 |
Color Harmonies of #67AF5B
Complementary color
Monochromatic Colors of #67AF5B
Black with #67AF5B
Text Example
Text Example
White with #67AF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AF5B; }
p { color: rgb(103,175,91); }
H1.HeaderClassName
{
color: #67AF5B;
}
.AnyTagClassName
{
color: #67AF5B;
}
</style>
background-color css
<style>
a { background-color: #67AF5B; }
a { background-color: rgb(103,175,91); }
div.DivClassName
{
background-color: #67AF5B;
}
.BgClassName
{
background-color: #67AF5B;
}
</style>
border-color css
<style>
span { border-color: #67AF5B; }
span { border-color: rgb(103,175,91); }
td.TdClassName
{
border-color: #67AF5B;
}
.TagClassName
{
border-color: #67AF5B;
}
</style>