Shades of Apple #67BD53
Tints of Apple #67BD53
RGB
CMYK
RGB Variations
Color information
#67BD53 (or 0x67BD53) is known color: Apple. HEX triplet: 67, BD and 53. RGB value is (103,189,83). Sum of RGB (Red+Green+Blue) = 103+189+83=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 189 (74.22% from 255 or 50.4% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 189 - color contains mainly: green. Hex color #67BD53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67BD53 is #9842AC. Grayscale: #979797. Windows color (decimal): -9978541 or 5487975. OLE color: 5487975.
HSL color Cylindrical-coordinate representation of color #67BD53: hue angle of 108.68º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67BD53 is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 189 | 83 | - |
| CMYK | 0.46 | 0 | 0.56 | 0.26 |
| HSL | 108.68º | 0.45% | 0.53% | - |
| HSV(B) | 108.68º | 0.56% | 0.74% | - |
| XYZ | 25.35 | 39.9 | 14.55 | - |
| YUV | 151.2 | 89.51 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 189 | 83 | 0.46 | 0 | 0.56 | 0.26 | 108.68 | 0.45 | 0.53 |
| Hex | 67 | BD | 53 | 2E | 0 | 38 | 1A | 6D | 2D | 35 |
| Octal | 147 | 275 | 123 | 56 | 0 | 70 | 32 | 155 | 55 | 65 |
| Binary | 1100111 | 10111101 | 1010011 | 101110 | 0 | 111000 | 11010 | 1101101 | 101101 | 110101 |
Color Harmonies of #67BD53
Complementary color
Monochromatic Colors of #67BD53
Black with #67BD53
Text Example
Text Example
White with #67BD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BD53; }
p { color: rgb(103,189,83); }
H1.HeaderClassName
{
color: #67BD53;
}
.AnyTagClassName
{
color: #67BD53;
}
</style>
background-color css
<style>
a { background-color: #67BD53; }
a { background-color: rgb(103,189,83); }
div.DivClassName
{
background-color: #67BD53;
}
.BgClassName
{
background-color: #67BD53;
}
</style>
border-color css
<style>
span { border-color: #67BD53; }
span { border-color: rgb(103,189,83); }
td.TdClassName
{
border-color: #67BD53;
}
.TagClassName
{
border-color: #67BD53;
}
</style>