Shades of Apple #67B135
Tints of Apple #67B135
RGB
CMYK
RGB Variations
Color information
#67B135 (or 0x67B135) is known color: Apple. HEX triplet: 67, B1 and 35. RGB value is (103,177,53). Sum of RGB (Red+Green+Blue) = 103+177+53=333 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.93% from 333); Green value is 177 (69.53% from 255 or 53.15% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 177 - color contains mainly: green. Hex color #67B135 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67B135 is #984ECA. Grayscale: #8D8D8D. Windows color (decimal): -9981643 or 3518823. OLE color: 3518823.
HSL color Cylindrical-coordinate representation of color #67B135: hue angle of 95.81º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #67B135 is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 177 | 53 | - |
| CMYK | 0.42 | 0 | 0.70 | 0.31 |
| HSL | 95.81º | 0.54% | 0.45% | - |
| HSV(B) | 95.81º | 0.7% | 0.69% | - |
| XYZ | 21.96 | 34.58 | 8.89 | - |
| YUV | 140.74 | 78.48 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 177 | 53 | 0.42 | 0 | 0.70 | 0.31 | 95.81 | 0.54 | 0.45 |
| Hex | 67 | B1 | 35 | 2A | 0 | 46 | 1F | 60 | 36 | 2D |
| Octal | 147 | 261 | 65 | 52 | 0 | 106 | 37 | 140 | 66 | 55 |
| Binary | 1100111 | 10110001 | 110101 | 101010 | 0 | 1000110 | 11111 | 1100000 | 110110 | 101101 |
Color Harmonies of #67B135
Complementary color
Monochromatic Colors of #67B135
Black with #67B135
Text Example
Text Example
White with #67B135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B135; }
p { color: rgb(103,177,53); }
H1.HeaderClassName
{
color: #67B135;
}
.AnyTagClassName
{
color: #67B135;
}
</style>
background-color css
<style>
a { background-color: #67B135; }
a { background-color: rgb(103,177,53); }
div.DivClassName
{
background-color: #67B135;
}
.BgClassName
{
background-color: #67B135;
}
</style>
border-color css
<style>
span { border-color: #67B135; }
span { border-color: rgb(103,177,53); }
td.TdClassName
{
border-color: #67B135;
}
.TagClassName
{
border-color: #67B135;
}
</style>