Shades of Apple #67BA34
Tints of Apple #67BA34
RGB
CMYK
RGB Variations
Color information
#67BA34 (or 0x67BA34) is known color: Apple. HEX triplet: 67, BA and 34. RGB value is (103,186,52). Sum of RGB (Red+Green+Blue) = 103+186+52=341 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.21% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #67BA34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67BA34 is #9845CB. Grayscale: #929292. Windows color (decimal): -9979340 or 3455591. OLE color: 3455591.
HSL color Cylindrical-coordinate representation of color #67BA34: hue angle of 97.16º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #67BA34 is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 186 | 52 | - |
| CMYK | 0.45 | 0 | 0.72 | 0.27 |
| HSL | 97.16º | 0.56% | 0.47% | - |
| HSV(B) | 97.16º | 0.72% | 0.73% | - |
| XYZ | 23.77 | 38.25 | 9.38 | - |
| YUV | 145.91 | 75 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 186 | 52 | 0.45 | 0 | 0.72 | 0.27 | 97.16 | 0.56 | 0.47 |
| Hex | 67 | BA | 34 | 2D | 0 | 48 | 1B | 61 | 38 | 2F |
| Octal | 147 | 272 | 64 | 55 | 0 | 110 | 33 | 141 | 70 | 57 |
| Binary | 1100111 | 10111010 | 110100 | 101101 | 0 | 1001000 | 11011 | 1100001 | 111000 | 101111 |
Color Harmonies of #67BA34
Complementary color
Monochromatic Colors of #67BA34
Black with #67BA34
Text Example
Text Example
White with #67BA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BA34; }
p { color: rgb(103,186,52); }
H1.HeaderClassName
{
color: #67BA34;
}
.AnyTagClassName
{
color: #67BA34;
}
</style>
background-color css
<style>
a { background-color: #67BA34; }
a { background-color: rgb(103,186,52); }
div.DivClassName
{
background-color: #67BA34;
}
.BgClassName
{
background-color: #67BA34;
}
</style>
border-color css
<style>
span { border-color: #67BA34; }
span { border-color: rgb(103,186,52); }
td.TdClassName
{
border-color: #67BA34;
}
.TagClassName
{
border-color: #67BA34;
}
</style>