Shades of Apple #67BB2F
Tints of Apple #67BB2F
RGB
CMYK
RGB Variations
Color information
#67BB2F (or 0x67BB2F) is known color: Apple. HEX triplet: 67, BB and 2F. RGB value is (103,187,47). Sum of RGB (Red+Green+Blue) = 103+187+47=337 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.56% from 337); Green value is 187 (73.44% from 255 or 55.49% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 187 - color contains mainly: green. Hex color #67BB2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67BB2F is #9844D0. Grayscale: #929292. Windows color (decimal): -9979089 or 3128167. OLE color: 3128167.
HSL color Cylindrical-coordinate representation of color #67BB2F: hue angle of 96º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #67BB2F is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 187 | 47 | - |
| CMYK | 0.45 | 0 | 0.75 | 0.27 |
| HSL | 96º | 0.6% | 0.46% | - |
| HSV(B) | 96º | 0.75% | 0.73% | - |
| XYZ | 23.88 | 38.63 | 8.89 | - |
| YUV | 145.92 | 72.17 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 187 | 47 | 0.45 | 0 | 0.75 | 0.27 | 96 | 0.6 | 0.46 |
| Hex | 67 | BB | 2F | 2D | 0 | 4B | 1B | 60 | 3C | 2E |
| Octal | 147 | 273 | 57 | 55 | 0 | 113 | 33 | 140 | 74 | 56 |
| Binary | 1100111 | 10111011 | 101111 | 101101 | 0 | 1001011 | 11011 | 1100000 | 111100 | 101110 |
Color Harmonies of #67BB2F
Complementary color
Monochromatic Colors of #67BB2F
Black with #67BB2F
Text Example
Text Example
White with #67BB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BB2F; }
p { color: rgb(103,187,47); }
H1.HeaderClassName
{
color: #67BB2F;
}
.AnyTagClassName
{
color: #67BB2F;
}
</style>
background-color css
<style>
a { background-color: #67BB2F; }
a { background-color: rgb(103,187,47); }
div.DivClassName
{
background-color: #67BB2F;
}
.BgClassName
{
background-color: #67BB2F;
}
</style>
border-color css
<style>
span { border-color: #67BB2F; }
span { border-color: rgb(103,187,47); }
td.TdClassName
{
border-color: #67BB2F;
}
.TagClassName
{
border-color: #67BB2F;
}
</style>